mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Update web-platform-tests to revision b'38623a53d6598cb7aab4be8a810102b352a652df' (#34622)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
a87a86f4f2
commit
a37a9f68b8
671 changed files with 22362 additions and 3510 deletions
|
@ -25,3 +25,39 @@
|
|||
|
||||
[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
|
||||
|
|
45
tests/wpt/meta/css/css-gaps/tentative/parsing/gap-decorations-style-valid.html.ini
vendored
Normal file
45
tests/wpt/meta/css/css-gaps/tentative/parsing/gap-decorations-style-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue