summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-anchor-position/parsing
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-anchor-position/parsing')
-rw-r--r--testing/web-platform/meta/css/css-anchor-position/parsing/position-try-options-computed.html.ini27
-rw-r--r--testing/web-platform/meta/css/css-anchor-position/parsing/position-try-options-parsing.html.ini36
-rw-r--r--testing/web-platform/meta/css/css-anchor-position/parsing/position-try-order-computed.html.ini21
-rw-r--r--testing/web-platform/meta/css/css-anchor-position/parsing/position-try-order-parsing.html.ini27
4 files changed, 111 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-options-computed.html.ini b/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-options-computed.html.ini
new file mode 100644
index 0000000000..20ec2466a6
--- /dev/null
+++ b/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-options-computed.html.ini
@@ -0,0 +1,27 @@
+[position-try-options-computed.html]
+ [Property position-try-options value 'none']
+ expected: FAIL
+
+ [Property position-try-options value 'flip-block']
+ expected: FAIL
+
+ [Property position-try-options value 'flip-inline']
+ expected: FAIL
+
+ [Property position-try-options value 'flip-start']
+ expected: FAIL
+
+ [Property position-try-options value 'flip-block, flip-inline']
+ expected: FAIL
+
+ [Property position-try-options value '--foo, --bar']
+ expected: FAIL
+
+ [Property position-try-options value 'flip-start flip-inline flip-block']
+ expected: FAIL
+
+ [Property position-try-options has initial value none]
+ expected: FAIL
+
+ [Property position-try-options does not inherit]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-options-parsing.html.ini b/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-options-parsing.html.ini
new file mode 100644
index 0000000000..b83261511b
--- /dev/null
+++ b/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-options-parsing.html.ini
@@ -0,0 +1,36 @@
+[position-try-options-parsing.html]
+ [e.style['position-try-options'\] = "initial" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "inherit" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "unset" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "revert" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "none" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "flip-block" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "flip-start, flip-block" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "flip-start flip-inline, flip-block" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "flip-start, flip-start" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "flip-block, --foo" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "--bar, flip-block flip-start" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-options'\] = "--foo, --bar, --baz" should set the property value]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-order-computed.html.ini b/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-order-computed.html.ini
new file mode 100644
index 0000000000..7b2da9c73c
--- /dev/null
+++ b/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-order-computed.html.ini
@@ -0,0 +1,21 @@
+[position-try-order-computed.html]
+ [Property position-try-order value 'normal']
+ expected: FAIL
+
+ [Property position-try-order value 'most-width']
+ expected: FAIL
+
+ [Property position-try-order value 'most-height']
+ expected: FAIL
+
+ [Property position-try-order value 'most-block-size']
+ expected: FAIL
+
+ [Property position-try-order value 'most-inline-size']
+ expected: FAIL
+
+ [Property position-try-order has initial value normal]
+ expected: FAIL
+
+ [Property position-try-order does not inherit]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-order-parsing.html.ini b/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-order-parsing.html.ini
new file mode 100644
index 0000000000..8e51ec2ad2
--- /dev/null
+++ b/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-order-parsing.html.ini
@@ -0,0 +1,27 @@
+[position-try-order-parsing.html]
+ [e.style['position-try-order'\] = "initial" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-order'\] = "inherit" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-order'\] = "unset" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-order'\] = "revert" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-order'\] = "normal" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-order'\] = "most-width" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-order'\] = "most-height" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-order'\] = "most-block-size" should set the property value]
+ expected: FAIL
+
+ [e.style['position-try-order'\] = "most-inline-size" should set the property value]
+ expected: FAIL