aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-gaps/parsing
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/css/css-gaps/parsing')
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/gap-decorations-bidirectional-shorthands.html.ini9
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/gap-decorations-color-computed.html.ini99
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/gap-decorations-color-valid.html.ini135
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/gap-decorations-style-computed.html.ini189
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/gap-decorations-style-valid.html.ini135
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/gap-decorations-width-computed.html.ini72
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/gap-decorations-width-valid.html.ini135
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/rule-break-computed.html.ini18
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/rule-break-valid.html.ini18
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/rule-outset-computed.html.ini21
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/rule-outset-valid.html.ini15
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/rule-paint-order-computed.html.ini6
-rw-r--r--tests/wpt/meta/css/css-gaps/parsing/rule-paint-order-valid.html.ini6
13 files changed, 858 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-bidirectional-shorthands.html.ini b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-bidirectional-shorthands.html.ini
new file mode 100644
index 00000000000..796cecfb56e
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-bidirectional-shorthands.html.ini
@@ -0,0 +1,9 @@
+[gap-decorations-bidirectional-shorthands.html]
+ [rule-color shorthand computed from longhand values]
+ expected: FAIL
+
+ [rule-width shorthand computed from longhand values]
+ expected: FAIL
+
+ [rule-style shorthand computed from longhand values]
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-color-computed.html.ini b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-color-computed.html.ini
new file mode 100644
index 00000000000..5d5ffad0d95
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-color-computed.html.ini
@@ -0,0 +1,99 @@
+[gap-decorations-color-computed.html]
+ [Property column-rule-color value 'currentcolor']
+ expected: FAIL
+
+ [Property column-rule-color value 'red']
+ expected: FAIL
+
+ [Property column-rule-color value 'repeat(4, yellow)']
+ expected: FAIL
+
+ [Property column-rule-color value 'red green blue']
+ expected: FAIL
+
+ [Property column-rule-color value 'repeat(7, lime) repeat(3, red)']
+ expected: FAIL
+
+ [Property column-rule-color value 'repeat(auto, red)']
+ expected: FAIL
+
+ [Property column-rule-color value 'repeat(calc(5 + 3), salmon)']
+ expected: FAIL
+
+ [Property column-rule-color value 'color-mix(in srgb, red 50%, blue 50%)']
+ expected: FAIL
+
+ [Property column-rule-color value 'color-mix(in srgb, lime 25%, yellow 75%)']
+ expected: FAIL
+
+ [Property column-rule-color value 'repeat(auto, rgb(from lime r g b))']
+ expected: FAIL
+
+ [Property column-rule-color value 'rgb(from yellow calc(255 - r) calc(255 - g) calc(255 - b))']
+ expected: FAIL
+
+ [Property row-rule-color value 'currentcolor']
+ expected: FAIL
+
+ [Property row-rule-color value 'red']
+ expected: FAIL
+
+ [Property row-rule-color value 'repeat(4, yellow)']
+ expected: FAIL
+
+ [Property row-rule-color value 'red green blue']
+ expected: FAIL
+
+ [Property row-rule-color value 'repeat(7, lime) repeat(3, red)']
+ expected: FAIL
+
+ [Property row-rule-color value 'repeat(auto, red)']
+ expected: FAIL
+
+ [Property row-rule-color value 'repeat(calc(5 + 3), salmon)']
+ expected: FAIL
+
+ [Property row-rule-color value 'color-mix(in srgb, red 50%, blue 50%)']
+ expected: FAIL
+
+ [Property row-rule-color value 'color-mix(in srgb, lime 25%, yellow 75%)']
+ expected: FAIL
+
+ [Property row-rule-color value 'repeat(auto, rgb(from lime r g b))']
+ expected: FAIL
+
+ [Property row-rule-color value 'rgb(from yellow calc(255 - r) calc(255 - g) calc(255 - b))']
+ expected: FAIL
+
+ [Property rule-color value 'currentcolor']
+ expected: FAIL
+
+ [Property rule-color value 'red']
+ expected: FAIL
+
+ [Property rule-color value 'repeat(4, yellow)']
+ expected: FAIL
+
+ [Property rule-color value 'red green blue']
+ expected: FAIL
+
+ [Property rule-color value 'repeat(7, lime) repeat(3, red)']
+ expected: FAIL
+
+ [Property rule-color value 'repeat(auto, red)']
+ expected: FAIL
+
+ [Property rule-color value 'repeat(calc(5 + 3), salmon)']
+ expected: FAIL
+
+ [Property rule-color value 'color-mix(in srgb, red 50%, blue 50%)']
+ expected: FAIL
+
+ [Property rule-color value 'color-mix(in srgb, lime 25%, yellow 75%)']
+ expected: FAIL
+
+ [Property rule-color value 'repeat(auto, rgb(from lime r g b))']
+ expected: FAIL
+
+ [Property rule-color value 'rgb(from yellow calc(255 - r) calc(255 - g) calc(255 - b))']
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-color-valid.html.ini b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-color-valid.html.ini
new file mode 100644
index 00000000000..8edf4d06199
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-color-valid.html.ini
@@ -0,0 +1,135 @@
+[gap-decorations-color-valid.html]
+ [e.style['column-rule-color'\] = "repeat(4, blue)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "repeat(3, red green blue)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "repeat(1, red green blue yellow)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "red" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "repeat(4, cyan)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "green blue" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "red blue green yellow pink" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "repeat(3, blue) repeat(4, red)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "red repeat(3, blue) blue repeat(4, red green cyan)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "repeat(4, red green cyan) repeat(5, yellow) blue" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "repeat(auto, red)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "repeat(auto, red green blue)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "repeat(auto, red green) red" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "repeat(4, blue red green) repeat(auto, red)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-color'\] = "blue repeat(auto, red green) repeat(4, blue red green)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "repeat(4, blue)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "repeat(3, red green blue)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "repeat(1, red green blue yellow)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "red" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "repeat(4, cyan)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "green blue" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "red blue green yellow pink" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "repeat(3, blue) repeat(4, red)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "red repeat(3, blue) blue repeat(4, red green cyan)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "repeat(4, red green cyan) repeat(5, yellow) blue" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "repeat(auto, red)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "repeat(auto, red green blue)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "repeat(auto, red green) red" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "repeat(4, blue red green) repeat(auto, red)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-color'\] = "blue repeat(auto, red green) repeat(4, blue red green)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "repeat(4, blue)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "repeat(3, red green blue)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "repeat(1, red green blue yellow)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "red" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "repeat(4, cyan)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "green blue" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "red blue green yellow pink" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "repeat(3, blue) repeat(4, red)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "red repeat(3, blue) blue repeat(4, red green cyan)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "repeat(4, red green cyan) repeat(5, yellow) blue" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "repeat(auto, red)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "repeat(auto, red green blue)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "repeat(auto, red green) red" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "repeat(4, blue red green) repeat(auto, red)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-color'\] = "blue repeat(auto, red green) repeat(4, blue red green)" should set the property value]
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-style-computed.html.ini b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-style-computed.html.ini
new file mode 100644
index 00000000000..e0109319b93
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-style-computed.html.ini
@@ -0,0 +1,189 @@
+[gap-decorations-style-computed.html]
+ [Property column-rule-style value 'none']
+ expected: FAIL
+
+ [Property column-rule-style value 'hidden']
+ expected: FAIL
+
+ [Property column-rule-style value 'dotted']
+ expected: FAIL
+
+ [Property column-rule-style value 'dashed']
+ expected: FAIL
+
+ [Property column-rule-style value 'solid']
+ expected: FAIL
+
+ [Property column-rule-style value 'double']
+ expected: FAIL
+
+ [Property column-rule-style value 'groove']
+ expected: FAIL
+
+ [Property column-rule-style value 'ridge']
+ expected: FAIL
+
+ [Property column-rule-style value 'inset']
+ expected: FAIL
+
+ [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
+
+ [Property row-rule-style value 'none']
+ expected: FAIL
+
+ [Property row-rule-style value 'hidden']
+ expected: FAIL
+
+ [Property row-rule-style value 'dotted']
+ expected: FAIL
+
+ [Property row-rule-style value 'dashed']
+ expected: FAIL
+
+ [Property row-rule-style value 'solid']
+ expected: FAIL
+
+ [Property row-rule-style value 'double']
+ expected: FAIL
+
+ [Property row-rule-style value 'groove']
+ expected: FAIL
+
+ [Property row-rule-style value 'ridge']
+ expected: FAIL
+
+ [Property row-rule-style value 'inset']
+ expected: FAIL
+
+ [Property row-rule-style value 'dotted dashed solid']
+ expected: FAIL
+
+ [Property row-rule-style value 'repeat(10, double)']
+ expected: FAIL
+
+ [Property row-rule-style value 'repeat(3, groove) repeat(4, ridge)']
+ expected: FAIL
+
+ [Property row-rule-style value 'repeat(auto, solid)']
+ expected: FAIL
+
+ [Property row-rule-style value 'repeat(auto, dotted solid inset)']
+ expected: FAIL
+
+ [Property row-rule-style value 'repeat(4, none ridge solid) repeat(auto, hidden)']
+ expected: FAIL
+
+ [Property row-rule-style value 'inset repeat(auto, solid ridge) repeat(4, none groove hidden)']
+ expected: FAIL
+
+ [Property row-rule-style value 'repeat(calc(5 + 3), ridge)']
+ expected: FAIL
+
+ [Property row-rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) ridge']
+ expected: FAIL
+
+ [Property row-rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) repeat(4, none groove hidden)']
+ expected: FAIL
+
+ [Property row-rule-style value 'ridge repeat(auto, solid)']
+ expected: FAIL
+
+ [Property row-rule-style value 'ridge repeat(auto, solid) ridge']
+ expected: FAIL
+
+ [Property rule-style value 'none']
+ expected: FAIL
+
+ [Property rule-style value 'hidden']
+ expected: FAIL
+
+ [Property rule-style value 'dotted']
+ expected: FAIL
+
+ [Property rule-style value 'dashed']
+ expected: FAIL
+
+ [Property rule-style value 'solid']
+ expected: FAIL
+
+ [Property rule-style value 'double']
+ expected: FAIL
+
+ [Property rule-style value 'groove']
+ expected: FAIL
+
+ [Property rule-style value 'ridge']
+ expected: FAIL
+
+ [Property rule-style value 'inset']
+ expected: FAIL
+
+ [Property rule-style value 'dotted dashed solid']
+ expected: FAIL
+
+ [Property rule-style value 'repeat(10, double)']
+ expected: FAIL
+
+ [Property rule-style value 'repeat(3, groove) repeat(4, ridge)']
+ expected: FAIL
+
+ [Property rule-style value 'repeat(auto, solid)']
+ expected: FAIL
+
+ [Property rule-style value 'repeat(auto, dotted solid inset)']
+ expected: FAIL
+
+ [Property rule-style value 'repeat(4, none ridge solid) repeat(auto, hidden)']
+ expected: FAIL
+
+ [Property rule-style value 'inset repeat(auto, solid ridge) repeat(4, none groove hidden)']
+ expected: FAIL
+
+ [Property rule-style value 'repeat(calc(5 + 3), ridge)']
+ expected: FAIL
+
+ [Property rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) ridge']
+ expected: FAIL
+
+ [Property rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) repeat(4, none groove hidden)']
+ expected: FAIL
+
+ [Property rule-style value 'ridge repeat(auto, solid)']
+ expected: FAIL
+
+ [Property rule-style value 'ridge repeat(auto, solid) ridge']
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-style-valid.html.ini b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-style-valid.html.ini
new file mode 100644
index 00000000000..ca1d59405cf
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-style-valid.html.ini
@@ -0,0 +1,135 @@
+[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'\] = "dashed" 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
+
+ [e.style['row-rule-style'\] = "repeat(4, dotted)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "repeat(3, dashed double dotted)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "repeat(1, dashed double dotted solid)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "dashed" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "repeat(4, double)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "dotted ridge" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "dotted dashed solid groove ridge" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "repeat(3, groove) repeat(4, ridge)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "inset repeat(3, ridge) none repeat(4, groove hidden dashed)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "repeat(4, none ridge solid) repeat(5, hidden) double" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "repeat(auto, solid)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "repeat(auto, dotted solid inset)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "repeat(auto, dashed groove) ridge" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "repeat(4, dotted double dashed) repeat(auto, solid)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-style'\] = "inset repeat(auto, solid ridge) repeat(4, none groove hidden)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "repeat(4, dotted)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "repeat(3, dashed double dotted)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "repeat(1, dashed double dotted solid)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "dashed" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "repeat(4, double)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "dotted ridge" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "dotted dashed solid groove ridge" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "repeat(3, groove) repeat(4, ridge)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "inset repeat(3, ridge) none repeat(4, groove hidden dashed)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "repeat(4, none ridge solid) repeat(5, hidden) double" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "repeat(auto, solid)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "repeat(auto, dotted solid inset)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "repeat(auto, dashed groove) ridge" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "repeat(4, dotted double dashed) repeat(auto, solid)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-style'\] = "inset repeat(auto, solid ridge) repeat(4, none groove hidden)" should set the property value]
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-width-computed.html.ini b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-width-computed.html.ini
new file mode 100644
index 00000000000..9a94074889e
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-width-computed.html.ini
@@ -0,0 +1,72 @@
+[gap-decorations-width-computed.html]
+ [Property column-rule-width value 'calc(10px + 0.5em)']
+ expected: FAIL
+
+ [Property column-rule-width value 'calc(10px - 0.5em)']
+ expected: FAIL
+
+ [Property column-rule-width value '2px 4px 6px']
+ expected: FAIL
+
+ [Property column-rule-width value 'repeat(4, 2px)']
+ expected: FAIL
+
+ [Property column-rule-width value 'repeat(auto, 10px)']
+ expected: FAIL
+
+ [Property column-rule-width value 'repeat(calc(5 + 3), 10px)']
+ expected: FAIL
+
+ [Property column-rule-width value 'repeat(5, 10px calc(10px + 0.5em))']
+ expected: FAIL
+
+ [Property column-rule-width value 'repeat(auto, min(5px, 10px)) repeat(5, 10px) calc(10px + 0.5em)']
+ expected: FAIL
+
+ [Property row-rule-width value 'calc(10px + 0.5em)']
+ expected: FAIL
+
+ [Property row-rule-width value 'calc(10px - 0.5em)']
+ expected: FAIL
+
+ [Property row-rule-width value '2px 4px 6px']
+ expected: FAIL
+
+ [Property row-rule-width value 'repeat(4, 2px)']
+ expected: FAIL
+
+ [Property row-rule-width value 'repeat(auto, 10px)']
+ expected: FAIL
+
+ [Property row-rule-width value 'repeat(calc(5 + 3), 10px)']
+ expected: FAIL
+
+ [Property row-rule-width value 'repeat(5, 10px calc(10px + 0.5em))']
+ expected: FAIL
+
+ [Property row-rule-width value 'repeat(auto, min(5px, 10px)) repeat(5, 10px) calc(10px + 0.5em)']
+ expected: FAIL
+
+ [Property rule-width value 'calc(10px + 0.5em)']
+ expected: FAIL
+
+ [Property rule-width value 'calc(10px - 0.5em)']
+ expected: FAIL
+
+ [Property rule-width value '2px 4px 6px']
+ expected: FAIL
+
+ [Property rule-width value 'repeat(4, 2px)']
+ expected: FAIL
+
+ [Property rule-width value 'repeat(auto, 10px)']
+ expected: FAIL
+
+ [Property rule-width value 'repeat(calc(5 + 3), 10px)']
+ expected: FAIL
+
+ [Property rule-width value 'repeat(5, 10px calc(10px + 0.5em))']
+ expected: FAIL
+
+ [Property rule-width value 'repeat(auto, min(5px, 10px)) repeat(5, 10px) calc(10px + 0.5em)']
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-width-valid.html.ini b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-width-valid.html.ini
new file mode 100644
index 00000000000..b70d55a67e8
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/gap-decorations-width-valid.html.ini
@@ -0,0 +1,135 @@
+[gap-decorations-width-valid.html]
+ [e.style['column-rule-width'\] = "repeat(4, thin)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "repeat(3, thin medium thick)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "repeat(1, 10px thin medium thick)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "10px" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "repeat(4, medium)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "10px 15px" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "10px 15px 20px 25px 30px" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "repeat(3, 10px) repeat(4, 15px)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "10px repeat(3, 20px) 30px repeat(4, thin medium thick)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "repeat(4, 10px 20px 30px) repeat(5, 40px) 50px" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "repeat(auto, thin)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "repeat(auto, 10px 20px 30px)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "repeat(auto, 10px 20px) 30px" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "repeat(4, 10px 20px 30px) repeat(auto, 40px)" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-width'\] = "10px repeat(auto, 20px 30px) repeat(4, thin 50px 60px)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "repeat(4, thin)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "repeat(3, thin medium thick)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "repeat(1, 10px thin medium thick)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "10px" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "repeat(4, medium)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "10px 15px" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "10px 15px 20px 25px 30px" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "repeat(3, 10px) repeat(4, 15px)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "10px repeat(3, 20px) 30px repeat(4, thin medium thick)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "repeat(4, 10px 20px 30px) repeat(5, 40px) 50px" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "repeat(auto, thin)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "repeat(auto, 10px 20px 30px)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "repeat(auto, 10px 20px) 30px" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "repeat(4, 10px 20px 30px) repeat(auto, 40px)" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-width'\] = "10px repeat(auto, 20px 30px) repeat(4, thin 50px 60px)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "repeat(4, thin)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "repeat(3, thin medium thick)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "repeat(1, 10px thin medium thick)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "10px" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "repeat(4, medium)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "10px 15px" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "10px 15px 20px 25px 30px" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "repeat(3, 10px) repeat(4, 15px)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "10px repeat(3, 20px) 30px repeat(4, thin medium thick)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "repeat(4, 10px 20px 30px) repeat(5, 40px) 50px" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "repeat(auto, thin)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "repeat(auto, 10px 20px 30px)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "repeat(auto, 10px 20px) 30px" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "repeat(4, 10px 20px 30px) repeat(auto, 40px)" should set the property value]
+ expected: FAIL
+
+ [e.style['rule-width'\] = "10px repeat(auto, 20px 30px) repeat(4, thin 50px 60px)" should set the property value]
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/rule-break-computed.html.ini b/tests/wpt/meta/css/css-gaps/parsing/rule-break-computed.html.ini
new file mode 100644
index 00000000000..25c64baa4b6
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/rule-break-computed.html.ini
@@ -0,0 +1,18 @@
+[rule-break-computed.html]
+ [Property column-rule-break value 'none']
+ expected: FAIL
+
+ [Property column-rule-break value 'spanning-item']
+ expected: FAIL
+
+ [Property column-rule-break value 'intersection']
+ expected: FAIL
+
+ [Property row-rule-break value 'none']
+ expected: FAIL
+
+ [Property row-rule-break value 'spanning-item']
+ expected: FAIL
+
+ [Property row-rule-break value 'intersection']
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/rule-break-valid.html.ini b/tests/wpt/meta/css/css-gaps/parsing/rule-break-valid.html.ini
new file mode 100644
index 00000000000..32d14a1ed9a
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/rule-break-valid.html.ini
@@ -0,0 +1,18 @@
+[rule-break-valid.html]
+ [e.style['column-rule-break'\] = "none" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-break'\] = "spanning-item" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-break'\] = "intersection" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-break'\] = "none" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-break'\] = "spanning-item" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-break'\] = "intersection" should set the property value]
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/rule-outset-computed.html.ini b/tests/wpt/meta/css/css-gaps/parsing/rule-outset-computed.html.ini
new file mode 100644
index 00000000000..d21eda14d85
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/rule-outset-computed.html.ini
@@ -0,0 +1,21 @@
+[rule-outset-computed.html]
+ [Property column-rule-outset value '10px']
+ expected: FAIL
+
+ [Property column-rule-outset value '-20px']
+ expected: FAIL
+
+ [Property column-rule-outset value '0.5em']
+ expected: FAIL
+
+ [Property column-rule-outset value 'calc(10px + 0.5em)']
+ expected: FAIL
+
+ [Property row-rule-outset value 'calc(10px - 0.5em)']
+ expected: FAIL
+
+ [Property row-rule-outset value '30%']
+ expected: FAIL
+
+ [Property row-rule-outset value 'calc(25% + 10px)']
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/rule-outset-valid.html.ini b/tests/wpt/meta/css/css-gaps/parsing/rule-outset-valid.html.ini
new file mode 100644
index 00000000000..bd2ef152a30
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/rule-outset-valid.html.ini
@@ -0,0 +1,15 @@
+[rule-outset-valid.html]
+ [e.style['column-rule-outset'\] = "0" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-outset'\] = "-20px" should set the property value]
+ expected: FAIL
+
+ [e.style['column-rule-outset'\] = "5%" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-outset'\] = "10vmin" should set the property value]
+ expected: FAIL
+
+ [e.style['row-rule-outset'\] = "calc(8em + 4ex)" should set the property value]
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/rule-paint-order-computed.html.ini b/tests/wpt/meta/css/css-gaps/parsing/rule-paint-order-computed.html.ini
new file mode 100644
index 00000000000..26963ba3ba3
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/rule-paint-order-computed.html.ini
@@ -0,0 +1,6 @@
+[rule-paint-order-computed.html]
+ [Property gap-rule-paint-order value 'row-over-column']
+ expected: FAIL
+
+ [Property gap-rule-paint-order value 'column-over-row']
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-gaps/parsing/rule-paint-order-valid.html.ini b/tests/wpt/meta/css/css-gaps/parsing/rule-paint-order-valid.html.ini
new file mode 100644
index 00000000000..9582fa9e3e4
--- /dev/null
+++ b/tests/wpt/meta/css/css-gaps/parsing/rule-paint-order-valid.html.ini
@@ -0,0 +1,6 @@
+[rule-paint-order-valid.html]
+ [e.style['gap-rule-paint-order'\] = "row-over-column" should set the property value]
+ expected: FAIL
+
+ [e.style['gap-rule-paint-order'\] = "column-over-row" should set the property value]
+ expected: FAIL