Update web-platform-tests to revision b'f630424a79c1ae17deaaf27a21efdbca1378af0e' (#35258)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-02-02 02:40:50 +01:00 committed by GitHub
parent ec6c4bc8fd
commit f364b3f6ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
564 changed files with 13543 additions and 7722 deletions

View file

@ -28,3 +28,9 @@
[Property hyphenate-limit-chars value 'auto auto 2']
expected: FAIL
[Property hyphenate-limit-chars value 'auto']
expected: FAIL
[Property hyphenate-limit-chars value 'auto 2 2']
expected: FAIL

View file

@ -25,3 +25,9 @@
[e.style['hyphenate-limit-chars'\] = "auto auto 2" should set the property value]
expected: FAIL
[e.style['hyphenate-limit-chars'\] = "5 2 2" should set the property value]
expected: FAIL
[e.style['hyphenate-limit-chars'\] = "auto 2 2" should set the property value]
expected: FAIL