Rotate via JS

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassJS test: Rotate via javascript must show the correct computed rotation
Asserts run
Pass
assert_equals("rotate(30deg)", "rotate(30deg)")
    at Test.<anonymous> ( /css/css-transforms/2d-rotate-js.html:30:5)
Pass
assert_equals("matrix(0.866025, 0.5, -0.5, 0.866025, 0, 0)", "matrix(0.866025, 0.5, -0.5, 0.866025, 0, 0)")
    at Test.<anonymous> ( /css/css-transforms/2d-rotate-js.html:31:5)