aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-values/ident-function-computed.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/css/css-values/ident-function-computed.html.ini')
-rw-r--r--tests/wpt/meta/css/css-values/ident-function-computed.html.ini33
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-values/ident-function-computed.html.ini b/tests/wpt/meta/css/css-values/ident-function-computed.html.ini
new file mode 100644
index 00000000000..07af534cf62
--- /dev/null
+++ b/tests/wpt/meta/css/css-values/ident-function-computed.html.ini
@@ -0,0 +1,33 @@
+[ident-function-computed.html]
+ [Property view-transition-name value 'ident(myident)']
+ expected: FAIL
+
+ [Property view-transition-name value 'ident("myident")']
+ expected: FAIL
+
+ [Property view-transition-name value 'ident("myident" 3)']
+ expected: FAIL
+
+ [Property view-transition-name value 'ident(3 "myident")']
+ expected: FAIL
+
+ [Property view-transition-name value 'ident("my" "ident")']
+ expected: FAIL
+
+ [Property view-transition-name value 'ident(my "ident")']
+ expected: FAIL
+
+ [Property view-transition-name value 'ident("my" ident)']
+ expected: FAIL
+
+ [Property view-transition-name value 'ident(my ident)']
+ expected: FAIL
+
+ [Property view-transition-name value 'ident(-- myident)']
+ expected: FAIL
+
+ [Property view-transition-name value 'ident(my 3 3 3 3 ident)']
+ expected: FAIL
+
+ [Property view-transition-name value 'ident("myident" 42)']
+ expected: FAIL