Update web-platform-tests to revision b'979291d49c1a8e3d811df117d9e6b5d399a6deb2' (#34733)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-12-22 02:37:35 +01:00 committed by GitHub
parent 3d3e7a61b5
commit 1157fa28b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
879 changed files with 188965 additions and 4414 deletions

View file

@ -0,0 +1,12 @@
[masonry-direction-computed.html]
[Property masonry-direction value 'row']
expected: FAIL
[Property masonry-direction value 'column']
expected: FAIL
[Property masonry-direction value 'row-reverse']
expected: FAIL
[Property masonry-direction value 'column-reverse']
expected: FAIL

View file

@ -0,0 +1,12 @@
[masonry-direction-valid.html]
[e.style['masonry-direction'\] = "row" should set the property value]
expected: FAIL
[e.style['masonry-direction'\] = "row-reverse" should set the property value]
expected: FAIL
[e.style['masonry-direction'\] = "column" should set the property value]
expected: FAIL
[e.style['masonry-direction'\] = "column-reverse" should set the property value]
expected: FAIL