aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-style-evaluation-validation.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-style-evaluation-validation.htm')
-rw-r--r--tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-style-evaluation-validation.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-style-evaluation-validation.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-style-evaluation-validation.htm
index 53bd59f17a4..27234c4bb43 100644
--- a/tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-style-evaluation-validation.htm
+++ b/tests/wpt/css-tests/css-transforms-1_dev/html/css-transform-style-evaluation-validation.htm
@@ -36,7 +36,7 @@
document.getElementById("test").style.transform = "rotate(30deg) rotateX(60deg)";
assert_not_equals(document.getElementById("test").style.transform, "", "expect not NULL");
}, "transform: Check valied multi-expr input.");
-
+
test(function() {
document.getElementById("test").style.transform = "rotate(0)";
assert_not_equals(document.getElementById("test").style.transform, "", "expect not NULL");