aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-style-evaluation-validation.xht
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-style-evaluation-validation.xht')
-rw-r--r--tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-style-evaluation-validation.xht2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-style-evaluation-validation.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-style-evaluation-validation.xht
index 56085e13fce..c9454600326 100644
--- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-style-evaluation-validation.xht
+++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/css-transform-style-evaluation-validation.xht
@@ -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");