mirror of
https://github.com/servo/servo.git
synced 2025-09-01 10:38:25 +01:00
Update web-platform-tests to revision b'4c3d068f942231dc905ea283e4f82bd70801c37c' (#33461)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
ed908f3fd4
commit
9f2306f760
492 changed files with 15354 additions and 4777 deletions
18
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-slack-computed.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-slack-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[masonry-slack-computed.html]
|
||||
[Property masonry-slack value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-slack value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-slack value '20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-slack value 'calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-slack value 'calc(-0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-slack value 'calc(0.5em + 10px)']
|
||||
expected: FAIL
|
18
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-slack-valid.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-masonry/tentative/parsing/masonry-slack-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[masonry-slack-valid.html]
|
||||
[e.style['masonry-slack'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-slack'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-slack'\] = "1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-slack'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-slack'\] = "4%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-slack'\] = "5vmin" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue