aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-transforms/parsing/transform-valid.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/css/css-transforms/parsing/transform-valid.html.ini')
-rw-r--r--tests/wpt/meta/css/css-transforms/parsing/transform-valid.html.ini30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-transforms/parsing/transform-valid.html.ini b/tests/wpt/meta/css/css-transforms/parsing/transform-valid.html.ini
new file mode 100644
index 00000000000..b13de1bd254
--- /dev/null
+++ b/tests/wpt/meta/css/css-transforms/parsing/transform-valid.html.ini
@@ -0,0 +1,30 @@
+[transform-valid.html]
+ [e.style['transform'\] = "scaleX(7)" should set the property value]
+ expected: FAIL
+
+ [e.style['transform'\] = "scaleX(720%)" should set the property value]
+ expected: FAIL
+
+ [e.style['transform'\] = "scaleY(-8)" should set the property value]
+ expected: FAIL
+
+ [e.style['transform'\] = "scaleY(-85%)" should set the property value]
+ expected: FAIL
+
+ [e.style['transform'\] = "scaleZ(4)" should set the property value]
+ expected: FAIL
+
+ [e.style['transform'\] = "scaleZ(25%)" should set the property value]
+ expected: FAIL
+
+ [e.style['transform'\] = "skewX(0)" should set the property value]
+ expected: FAIL
+
+ [e.style['transform'\] = "skewX(90deg)" should set the property value]
+ expected: FAIL
+
+ [e.style['transform'\] = "skewY(0)" should set the property value]
+ expected: FAIL
+
+ [e.style['transform'\] = "skewY(-90deg)" should set the property value]
+ expected: FAIL