commit 32876d0057056db4dc720a0e4d9b1dd6caed8c3d parent 7747b53eeb74bba499dc4cdbd1139f67227b75e7 Author: moz-wptsync-bot <wptsync@mozilla.com> Date: Mon, 27 Oct 2025 20:25:09 +0000 Bug 1996680 [wpt PR 55657] - Update wpt metadata, a=testonly wpt-pr: 55657 wpt-type: metadata Diffstat:
| A | testing/web-platform/meta/css/css-gaps/parsing/rule-visibility-items-computed.html.ini | | | 24 | ++++++++++++++++++++++++ |
| A | testing/web-platform/meta/css/css-gaps/parsing/rule-visibility-items-valid.html.ini | | | 24 | ++++++++++++++++++++++++ |
2 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/meta/css/css-gaps/parsing/rule-visibility-items-computed.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/rule-visibility-items-computed.html.ini @@ -0,0 +1,24 @@ +[rule-visibility-items-computed.html] + [Property column-rule-visibility-items value 'all'] + expected: FAIL + + [Property column-rule-visibility-items value 'none'] + expected: FAIL + + [Property column-rule-visibility-items value 'around'] + expected: FAIL + + [Property column-rule-visibility-items value 'between'] + expected: FAIL + + [Property row-rule-visibility-items value 'all'] + expected: FAIL + + [Property row-rule-visibility-items value 'none'] + expected: FAIL + + [Property row-rule-visibility-items value 'around'] + expected: FAIL + + [Property row-rule-visibility-items value 'between'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-gaps/parsing/rule-visibility-items-valid.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/rule-visibility-items-valid.html.ini @@ -0,0 +1,24 @@ +[rule-visibility-items-valid.html] + [e.style['column-rule-visibility-items'\] = "all" should set the property value] + expected: FAIL + + [e.style['column-rule-visibility-items'\] = "none" should set the property value] + expected: FAIL + + [e.style['column-rule-visibility-items'\] = "around" should set the property value] + expected: FAIL + + [e.style['column-rule-visibility-items'\] = "between" should set the property value] + expected: FAIL + + [e.style['row-rule-visibility-items'\] = "all" should set the property value] + expected: FAIL + + [e.style['row-rule-visibility-items'\] = "none" should set the property value] + expected: FAIL + + [e.style['row-rule-visibility-items'\] = "around" should set the property value] + expected: FAIL + + [e.style['row-rule-visibility-items'\] = "between" should set the property value] + expected: FAIL