Update web-platform-tests to revision b'f46bf6aa167e2838a8b93501a1a998ffde90d879' (#32581)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-06-23 02:21:30 -04:00 committed by GitHub
parent 130eef300b
commit 62b230e85d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
496 changed files with 11299 additions and 2360 deletions

View file

@ -0,0 +1,18 @@
[reading-flow-computed.html]
[Property reading-flow value 'normal']
expected: FAIL
[Property reading-flow value 'flex-visual']
expected: FAIL
[Property reading-flow value 'flex-flow']
expected: FAIL
[Property reading-flow value 'grid-rows']
expected: FAIL
[Property reading-flow value 'grid-columns']
expected: FAIL
[Property reading-flow value 'grid-order']
expected: FAIL

View file

@ -0,0 +1,18 @@
[reading-flow-valid.html]
[e.style['reading-flow'\] = "normal" should set the property value]
expected: FAIL
[e.style['reading-flow'\] = "flex-visual" should set the property value]
expected: FAIL
[e.style['reading-flow'\] = "flex-flow" should set the property value]
expected: FAIL
[e.style['reading-flow'\] = "grid-rows" should set the property value]
expected: FAIL
[e.style['reading-flow'\] = "grid-columns" should set the property value]
expected: FAIL
[e.style['reading-flow'\] = "grid-order" should set the property value]
expected: FAIL

View file

@ -1,18 +0,0 @@
[reading-order-items-computed.html]
[Property reading-order-items value 'normal']
expected: FAIL
[Property reading-order-items value 'flex-visual']
expected: FAIL
[Property reading-order-items value 'flex-flow']
expected: FAIL
[Property reading-order-items value 'grid-rows']
expected: FAIL
[Property reading-order-items value 'grid-columns']
expected: FAIL
[Property reading-order-items value 'grid-order']
expected: FAIL

View file

@ -1,18 +0,0 @@
[reading-order-items-valid.html]
[e.style['reading-order-items'\] = "normal" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "flex-visual" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "flex-flow" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "grid-rows" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "grid-columns" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "grid-order" should set the property value]
expected: FAIL