commit c4ccfbd5ee7a1918a01804fa3bdf625fed8b045e parent a7c05007550be830537071422a3a4f1ab0d4d000 Author: moz-wptsync-bot <wptsync@mozilla.com> Date: Tue, 14 Oct 2025 22:52:01 +0000 Bug 1994301 [wpt PR 55431] - Update wpt metadata, a=testonly wpt-pr: 55431 wpt-type: metadata Diffstat:
4 files changed, 48 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 @@ -10,3 +10,6 @@ [rule shorthand computed from longhand values] expected: FAIL + + [rule-break shorthand computed from longhand values] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-gaps/parsing/rule-break-computed.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/rule-break-computed.html.ini @@ -16,3 +16,12 @@ [Property row-rule-break value 'intersection'] expected: FAIL + + [Property rule-break value 'none'] + expected: FAIL + + [Property rule-break value 'spanning-item'] + expected: FAIL + + [Property rule-break value 'intersection'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-gaps/parsing/rule-break-shorthand.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/rule-break-shorthand.html.ini @@ -0,0 +1,27 @@ +[rule-break-shorthand.html] + [e.style['rule-break'\] = "intersection" should set column-rule-break] + expected: FAIL + + [e.style['rule-break'\] = "intersection" should set row-rule-break] + expected: FAIL + + [e.style['rule-break'\] = "intersection" should not set unrelated longhands] + expected: FAIL + + [e.style['rule-break'\] = "none" should set column-rule-break] + expected: FAIL + + [e.style['rule-break'\] = "none" should set row-rule-break] + expected: FAIL + + [e.style['rule-break'\] = "none" should not set unrelated longhands] + expected: FAIL + + [e.style['rule-break'\] = "spanning-item" should set column-rule-break] + expected: FAIL + + [e.style['rule-break'\] = "spanning-item" should set row-rule-break] + expected: FAIL + + [e.style['rule-break'\] = "spanning-item" should not set unrelated longhands] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-gaps/parsing/rule-break-valid.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/rule-break-valid.html.ini @@ -16,3 +16,12 @@ [e.style['row-rule-break'\] = "intersection" should set the property value] expected: FAIL + + [e.style['rule-break'\] = "none" should set the property value] + expected: FAIL + + [e.style['rule-break'\] = "spanning-item" should set the property value] + expected: FAIL + + [e.style['rule-break'\] = "intersection" should set the property value] + expected: FAIL