mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
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:
parent
f57ae60056
commit
013473f1d5
404 changed files with 24233 additions and 5701 deletions
|
@ -1,2 +0,0 @@
|
|||
[disabled-003.html]
|
||||
expected: CRASH
|
|
@ -0,0 +1,2 @@
|
|||
[select-marker-end-aligned.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[selectlist-required-attribute.tentative.html]
|
||||
[select-required-attribute.tentative.html]
|
||||
[Test required attribute]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/semantics/forms/the-select-element/select-validity.tentative.html.ini
vendored
Normal file
3
tests/wpt/meta/html/semantics/forms/the-select-element/select-validity.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[select-validity.tentative.html]
|
||||
[Validation for placeholder option]
|
||||
expected: FAIL
|
|
@ -1,5 +1,5 @@
|
|||
[selectlist-value-selectedOption.tentative.html]
|
||||
[Test that HTMLSelectList with no options has empty string for value and null for selectedOption]
|
||||
[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]
|
||||
|
@ -17,7 +17,7 @@
|
|||
[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 selectlist]
|
||||
[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]
|
||||
|
@ -26,8 +26,8 @@
|
|||
[Test that value and selectedOption are correctly updated]
|
||||
expected: FAIL
|
||||
|
||||
[Test that HTMLOption.selected updates selectlist.value and selectlist.selectedOption]
|
||||
[Test that HTMLOption.selected updates select.value and select.selectedOption]
|
||||
expected: FAIL
|
||||
|
||||
[Test that HTMLOption.value updates selectlist.value]
|
||||
[Test that HTMLOption.value updates select.value]
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[selectlist-ask-for-reset.html]
|
||||
[ask-for-reset when removing option]
|
||||
expected: FAIL
|
||||
|
||||
[ask-for-reset when inserting option]
|
||||
expected: FAIL
|
||||
|
||||
[ask-for-reset when changing selectedness of option]
|
||||
expected: FAIL
|
||||
|
||||
[ask-for-reset for form]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-default-button-slot.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-explicit-size.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-font-size.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,42 +0,0 @@
|
|||
[selectlist-form-attribute.tentative.html]
|
||||
[[SELECTLIST\] Basic form association - control with no form attribute is associated with ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] Form owner is reset to null when control's form attribute is set to an ID that does not exist in the document]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] Control whose form attribute is an empty string has no form owner]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] Control whose form attribute is an empty string has no form owner even when form with empty attribute is present]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] Control's form attribute must be a case sensitive match for the form's id]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] Setting the form attribute of a control to the id of a non-ancestor form works]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] Removing form id from a control resets the form owner to ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] Removing the form owner of a control with form attribute resets the form owner to null]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] Changing form attibute of control resets form owner to correct form]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] Moving a control with form attribute within the document does not change the form owner]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] When the id of a non-ancestor form changes from not being a match for the form attribute to being a match, the control's form owner is reset]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] When form element with same ID as the control's form attribute is inserted earlier in tree order, the form owner is changed to the inserted form]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] When non-form element with same ID as the control's form attribute is inserted earlier in tree order, the control does not have a form owner]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTLIST\] A control that is not in the document but has the form attribute set is associated with the nearest ancestor form if one exists]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[selectlist-form-submission.tentative.html]
|
||||
[Test that HTMLSelectList.value is used for form submission]
|
||||
expected: FAIL
|
||||
|
||||
[Test that HTMLSelectList.value is not used for form submission without name attribute]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[selectlist-labels.tentative.html]
|
||||
[Validate selectlist.labels]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-listbox-element.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-marker-part.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-marker-slot.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[selectlist-pseudo-open-closed.tentative.html]
|
||||
[Selectlist should support :open and :closed pseudo selectors.]
|
||||
expected: FAIL
|
||||
|
||||
[Selectlist :open and :closed should invalidate correctly.]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-rtl.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-selected-value-behavior.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-selected-value-part.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-selected-value-slot.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-selectedoption-element-cloning.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[selectlist-selectedoption-element.tentative.html]
|
||||
[<selectedoption>'s text contents should be replaced with its ancestor <selectlist>'s selected value.]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-text-only.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[selectlist-user-select.tentative.html]
|
||||
[Option elements should have user-select:none without slotting buttons or listboxes.]
|
||||
expected: FAIL
|
||||
|
||||
[Slotted in buttons and listboxes should have user-select:none.]
|
||||
expected: FAIL
|
||||
|
||||
[Setting user-select:auto on selectlists should re-enable selection.]
|
||||
expected: FAIL
|
||||
|
||||
[Children of selectlist should be able to opt-in to user-select.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[selectlist-validity.tentative.html]
|
||||
[Validation for placeholder option]
|
||||
expected: FAIL
|
||||
|
||||
[Check form not submitted for invalid selectlist]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[selectlist-value-option.tentative.html]
|
||||
[selectlist.value should reflect option.value]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-writingmode-lr.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectlist-writingmode-rl.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[toggle-events.tentative.html]
|
||||
[dialog.show() should fire beforetoggle and toggle events.]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.show() should fire cancelable beforetoggle which does not open dialog if canceled]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.show() should coalesce asynchronous toggle events.]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.showModal() should fire beforetoggle and toggle events.]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.showModal() should fire cancelable beforetoggle which does not open dialog if canceled]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.showModal() should coalesce asynchronous toggle events.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue