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

@ -4,3 +4,6 @@
[rule-width shorthand computed from longhand values]
expected: FAIL
[rule-style shorthand computed from longhand values]
expected: FAIL

View file

@ -124,3 +124,66 @@
[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

@ -1,90 +0,0 @@
[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(5, dashed)" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "repeat(4, dashed 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'\] = "ridge" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "repeat(5, solid)" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "dotted" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "dotted dashed ridge" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "repeat(4, solid) repeat(5, double) repeat(6, dotted)" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "ridge repeat(4, solid) double repeat(6, dotted)" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "repeat(4, none ridge solid) solid repeat(5, hidden) double" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "repeat(auto, dotted)" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "repeat(auto, dashed solid inset double)" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "repeat(auto, dashed groove) repeat(4, solid) double" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "repeat(4, dotted double dashed) repeat(auto, solid) repeat(4, none groove hidden)" should set the property value]
expected: FAIL
[e.style['row-rule-style'\] = "dotted repeat(auto, solid ridge) solid" should set the property value]
expected: FAIL