Update web-platform-tests to revision b'8e164c249d2b93a4234a2710a5e2cc5a16fab499' (#33515)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-09-22 03:24:38 +02:00 committed by GitHub
parent f986160ed4
commit 8276673bae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
591 changed files with 27135 additions and 13215 deletions

View file

@ -31,3 +31,6 @@
[Property text-emphasis-position has initial value over]
expected: FAIL
[Property text-emphasis-position has initial value auto]
expected: FAIL

View file

@ -16,3 +16,6 @@
[Property text-emphasis-position value 'under left']
expected: FAIL
[Property text-emphasis-position value 'auto']
expected: FAIL

View file

@ -0,0 +1,15 @@
[text-emphasis-position-valid.html]
[e.style['text-emphasis-position'\] = "auto" should set the property value]
expected: FAIL
[e.style['text-emphasis-position'\] = "over left" should set the property value]
expected: FAIL
[e.style['text-emphasis-position'\] = "right under" should set the property value]
expected: FAIL
[e.style['text-emphasis-position'\] = "over" should set the property value]
expected: FAIL
[e.style['text-emphasis-position'\] = "under" should set the property value]
expected: FAIL