Sync WPT with upstream (27-04-2025) (#36708)

Automated downstream sync of changes from upstream as of 27-04-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-04-27 04:05:07 +02:00 committed by GitHub
parent 902d2ad8f4
commit e22ce3988b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
496 changed files with 12700 additions and 2652 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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