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:
Servo WPT Sync 2024-09-15 03:26:41 +02:00 committed by GitHub
parent ed908f3fd4
commit 9f2306f760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
492 changed files with 15354 additions and 4777 deletions

View 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

View 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