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:
Servo WPT Sync 2025-06-13 16:15:36 +02:00 committed by GitHub
parent e4da496e2d
commit a7e9df0fef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
339 changed files with 7696 additions and 1370 deletions

View 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

View 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

View file

@ -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

View file

@ -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