aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-js.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-js.htm')
-rw-r--r--tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-js.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-js.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-js.htm
index fd2e15d12f6..1f579596bc6 100644
--- a/tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-js.htm
+++ b/tests/wpt/css-tests/css-transforms-1_dev/html/2d-rotate-js.htm
@@ -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>