mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision b'1a5b13545ae58e468ed11e4c21912a3faf3355ea' (#35384)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
df73d02932
commit
a284bbd29d
487 changed files with 12243 additions and 4352 deletions
18
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-break-computed.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-break-computed.html.ini
vendored
Normal 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
|
18
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-break-valid.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-break-valid.html.ini
vendored
Normal 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
|
21
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-outset-computed.html.ini
vendored
Normal file
21
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-outset-computed.html.ini
vendored
Normal 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
|
15
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-outset-valid.html.ini
vendored
Normal file
15
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-outset-valid.html.ini
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue