diff options
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/xhtml1/2d-rotate-js.xht')
-rw-r--r-- | tests/wpt/css-tests/css-transforms-1_dev/xhtml1/2d-rotate-js.xht | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/2d-rotate-js.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/2d-rotate-js.xht index 05c3fd19b50..f5cdcabbed3 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/2d-rotate-js.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/2d-rotate-js.xht @@ -37,9 +37,9 @@ assertion = window.getComputedStyle(box).getPropertyValue("transform"); test_function = function(){ assert_equals(assertion, expectation); - } - test(test_function, should_string); - })(); + } + test(test_function, should_string); + })(); </script> |