From 656982eb7724de936412cd18551fc461b89f8594 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Fri, 13 Dec 2024 03:51:18 +0000 Subject: [PATCH] Bug 1936038 [wpt PR 49590] - Update wpt metadata, a=testonly wpt-pr: 49590 wpt-type: metadata UltraBlame original commit: 11c422854ae9dec17531a5c0585cf9f5a6531ece --- .../gap-decorations-style-computed.html.ini | 36 ++++++++++++++++ .../gap-decorations-style-valid.html.ini | 42 +++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 testing/web-platform/meta/css/css-gaps/tentative/parsing/gap-decorations-style-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-gaps/tentative/parsing/gap-decorations-style-valid.html.ini diff --git a/testing/web-platform/meta/css/css-gaps/tentative/parsing/gap-decorations-style-computed.html.ini b/testing/web-platform/meta/css/css-gaps/tentative/parsing/gap-decorations-style-computed.html.ini new file mode 100644 index 000000000000..e5f7b998e242 --- /dev/null +++ b/testing/web-platform/meta/css/css-gaps/tentative/parsing/gap-decorations-style-computed.html.ini @@ -0,0 +1,36 @@ +[gap-decorations-style-computed.html] + [Property column-rule-style value 'dotted dashed solid'] + expected: FAIL + + [Property column-rule-style value 'repeat(10, double)'] + expected: FAIL + + [Property column-rule-style value 'repeat(3, groove) repeat(4, ridge)'] + expected: FAIL + + [Property column-rule-style value 'repeat(auto, solid)'] + expected: FAIL + + [Property column-rule-style value 'repeat(auto, dotted solid inset)'] + expected: FAIL + + [Property column-rule-style value 'repeat(4, none ridge solid) repeat(auto, hidden)'] + expected: FAIL + + [Property column-rule-style value 'inset repeat(auto, solid ridge) repeat(4, none groove hidden)'] + expected: FAIL + + [Property column-rule-style value 'repeat(calc(5 + 3), ridge)'] + expected: FAIL + + [Property column-rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) ridge'] + expected: FAIL + + [Property column-rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) repeat(4, none groove hidden)'] + expected: FAIL + + [Property column-rule-style value 'ridge repeat(auto, solid)'] + expected: FAIL + + [Property column-rule-style value 'ridge repeat(auto, solid) ridge'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-gaps/tentative/parsing/gap-decorations-style-valid.html.ini b/testing/web-platform/meta/css/css-gaps/tentative/parsing/gap-decorations-style-valid.html.ini new file mode 100644 index 000000000000..8e37aaf14d49 --- /dev/null +++ b/testing/web-platform/meta/css/css-gaps/tentative/parsing/gap-decorations-style-valid.html.ini @@ -0,0 +1,42 @@ +[gap-decorations-style-valid.html] + [e.style['column-rule-style'\] = "repeat(4, dotted)" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "repeat(3, dashed double dotted)" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "repeat(1, dashed double dotted solid)" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "repeat(4, double)" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "dotted ridge" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "dotted dashed solid groove ridge" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "repeat(3, groove) repeat(4, ridge)" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "inset repeat(3, ridge) none repeat(4, groove hidden dashed)" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "repeat(4, none ridge solid) repeat(5, hidden) double" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "repeat(auto, solid)" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "repeat(auto, dotted solid inset)" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "repeat(auto, dashed groove) ridge" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "repeat(4, dotted double dashed) repeat(auto, solid)" should set the property value] + expected: FAIL + + [e.style['column-rule-style'\] = "inset repeat(auto, solid ridge) repeat(4, none groove hidden)" should set the property value] + expected: FAIL