Sync WPT with upstream (29-09-2024) (#33580)

* Update web-platform-tests to revision b'16d17064d2122cfa83b22f8bab32c96e6514c034'

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>

* Update big5-decode-csbig5.html.ini

Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>

---------

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2024-09-29 09:54:33 +02:00 committed by GitHub
parent f57ae60056
commit 013473f1d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
404 changed files with 24233 additions and 5701 deletions

View file

@ -0,0 +1,2 @@
[select-marker-end-aligned.tentative.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[select-required-attribute.tentative.html]
[Test required attribute]
expected: FAIL

View file

@ -0,0 +1,3 @@
[select-validity.tentative.html]
[Validation for placeholder option]
expected: FAIL

View file

@ -0,0 +1,33 @@
[select-value-selectedOption.tentative.html]
[Test that HTMLselect with no options has empty string for value and null for selectedOption]
expected: FAIL
[Test value and selectedOption with HTMLOptionElement element option parts]
expected: FAIL
[Test value and selectedOption when value is null]
expected: FAIL
[Test value and selectedOption when value is undefined]
expected: FAIL
[Test value with non-HTMLOptionElement elements labeled as parts]
expected: FAIL
[Test that value and selectedOption are updated when options are removed]
expected: FAIL
[Test that slotted-in selected-value part is updated to value of select]
expected: FAIL
[Test that option parts in a slotted-in listbox are reflected in the value property]
expected: FAIL
[Test that value and selectedOption are correctly updated]
expected: FAIL
[Test that HTMLOption.selected updates select.value and select.selectedOption]
expected: FAIL
[Test that HTMLOption.value updates select.value]
expected: FAIL