mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951)
This commit is contained in:
parent
fff9ef87e6
commit
8c8d68e415
1165 changed files with 42920 additions and 6829 deletions
48
tests/wpt/meta/css/css-align/gaps/gap-parsing-002.html.ini
Normal file
48
tests/wpt/meta/css/css-align/gaps/gap-parsing-002.html.ini
Normal file
|
@ -0,0 +1,48 @@
|
|||
[gap-parsing-002.html]
|
||||
[e.style['gap'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "normal normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['gap'\] = "10px 10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-gap'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-gap'\] = "10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-gap'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-gap'\] = "10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
['row-gap: normal; column-gap: normal;' is serialized to 'gap: normal;']
|
||||
expected: FAIL
|
||||
|
||||
[getPropertyValue for 'row-gap: normal; column-gap: normal;' returns 'normal']
|
||||
expected: FAIL
|
||||
|
||||
['row-gap: 10px; column-gap: 10px;' is serialized to 'gap: 10px;']
|
||||
expected: FAIL
|
||||
|
||||
[getPropertyValue for 'row-gap: 10px; column-gap: 10px;' returns '10px']
|
||||
expected: FAIL
|
||||
|
||||
['row-gap: 10px; column-gap: normal;' is serialized to 'gap: 10px normal;']
|
||||
expected: FAIL
|
||||
|
||||
[getPropertyValue for 'row-gap: 10px; column-gap: normal;' returns '10px normal']
|
||||
expected: FAIL
|
||||
|
||||
['column-gap: normal; row-gap: 10px;' is serialized to 'gap: 10px normal;']
|
||||
expected: FAIL
|
||||
|
||||
[getPropertyValue for 'column-gap: normal; row-gap: 10px;' returns '10px normal']
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue