Update web-platform-tests to revision b'1a5b13545ae58e468ed11e4c21912a3faf3355ea' (#35384)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-02-09 02:38:02 +01:00 committed by GitHub
parent df73d02932
commit a284bbd29d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
487 changed files with 12243 additions and 4352 deletions

View file

@ -0,0 +1,12 @@
[reading-order-computed.html]
[Property reading-order value '-1']
expected: FAIL
[Property reading-order value '0']
expected: FAIL
[Property reading-order value '34']
expected: FAIL
[Property reading-order value 'calc(34.1)']
expected: FAIL

View file

@ -0,0 +1,12 @@
[reading-order-valid.html]
[e.style['reading-order'\] = "0" should set the property value]
expected: FAIL
[e.style['reading-order'\] = "123" should set the property value]
expected: FAIL
[e.style['reading-order'\] = "-45" should set the property value]
expected: FAIL
[e.style['reading-order'\] = "calc(34.1)" should set the property value]
expected: FAIL