mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Sync WPT with upstream (13-06-2025) (#37436)
Automated downstream sync of changes from upstream as of 13-06-2025 [no-wpt-sync] --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
e4da496e2d
commit
a7e9df0fef
339 changed files with 7696 additions and 1370 deletions
18
tests/wpt/meta/css/css-masonry/tentative/parsing/item-tolerance-computed.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-masonry/tentative/parsing/item-tolerance-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[item-tolerance-computed.html]
|
||||
[Property item-tolerance value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value '20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(-0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(0.5em + 10px)']
|
||||
expected: FAIL
|
18
tests/wpt/meta/css/css-masonry/tentative/parsing/item-tolerance-valid.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-masonry/tentative/parsing/item-tolerance-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[item-tolerance-valid.html]
|
||||
[e.style['item-tolerance'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "4%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "5vmin" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,36 +0,0 @@
|
|||
[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
|
||||
|
||||
[Property item-tolerance value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value '20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(-0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(0.5em + 10px)']
|
||||
expected: FAIL
|
|
@ -1,36 +0,0 @@
|
|||
[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
|
||||
|
||||
[e.style['item-tolerance'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "4%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "5vmin" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue