commit 6ddf5edd01158bf044158a6a78ade10ea5fd0ee0
parent 0028c0ae5f0e980e2ff713c4886c038a29648537
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date: Wed, 15 Oct 2025 16:55:34 +0000
Bug 1994313 [wpt PR 55434] - Update wpt metadata, a=testonly
wpt-pr: 55434
wpt-type: metadata
Diffstat:
4 files changed, 102 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/meta/css/css-gaps/parsing/gap-decorations-bidirectional-shorthands.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/gap-decorations-bidirectional-shorthands.html.ini
@@ -13,3 +13,6 @@
[rule-break shorthand computed from longhand values]
expected: FAIL
+
+ [rule-outset shorthand computed from longhand values]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-gaps/parsing/rule-outset-computed.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/rule-outset-computed.html.ini
@@ -19,3 +19,45 @@
[Property row-rule-outset value 'calc(25% + 10px)']
expected: FAIL
+
+ [Property column-rule-outset value 'calc(10px - 0.5em)']
+ expected: FAIL
+
+ [Property column-rule-outset value '30%']
+ expected: FAIL
+
+ [Property column-rule-outset value 'calc(25% + 10px)']
+ expected: FAIL
+
+ [Property row-rule-outset value '10px']
+ expected: FAIL
+
+ [Property row-rule-outset value '-20px']
+ expected: FAIL
+
+ [Property row-rule-outset value '0.5em']
+ expected: FAIL
+
+ [Property row-rule-outset value 'calc(10px + 0.5em)']
+ expected: FAIL
+
+ [Property rule-outset value '10px']
+ expected: FAIL
+
+ [Property rule-outset value '-20px']
+ expected: FAIL
+
+ [Property rule-outset value '0.5em']
+ expected: FAIL
+
+ [Property rule-outset value 'calc(10px + 0.5em)']
+ expected: FAIL
+
+ [Property rule-outset value 'calc(10px - 0.5em)']
+ expected: FAIL
+
+ [Property rule-outset value '30%']
+ expected: FAIL
+
+ [Property rule-outset value 'calc(25% + 10px)']
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-gaps/parsing/rule-outset-shorthand.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/rule-outset-shorthand.html.ini
@@ -0,0 +1,27 @@
+[rule-outset-shorthand.html]
+ [e.style['rule-outset'\] = "0px" should set column-rule-outset]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "0px" should set row-rule-outset]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "0px" should not set unrelated longhands]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "10px" should set column-rule-outset]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "10px" should set row-rule-outset]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "10px" should not set unrelated longhands]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "50%" should set column-rule-outset]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "50%" should set row-rule-outset]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "50%" should not set unrelated longhands]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-gaps/parsing/rule-outset-valid.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/rule-outset-valid.html.ini
@@ -13,3 +13,33 @@
[e.style['row-rule-outset'\] = "calc(8em + 4ex)" should set the property value]
expected: FAIL
+
+ [e.style['column-rule-outset'\] = "10vmin" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-outset'\] = "calc(8em + 4ex)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-outset'\] = "0" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-outset'\] = "-20px" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-outset'\] = "5%" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "0" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "-20px" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "5%" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "10vmin" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-outset'\] = "calc(8em + 4ex)" should set the property value]
+ expected: FAIL