mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision b'785ef6ac7190e22df4a4d8a664022abcd0bb752c' (#30095)
This commit is contained in:
parent
235efb85e5
commit
cc86854c4e
629 changed files with 11267 additions and 3403 deletions
|
@ -1,12 +0,0 @@
|
|||
[selectmenu-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,42 +0,0 @@
|
|||
[selectmenu-form-attribute.tentative.html]
|
||||
[[SELECTMENU\] Basic form association - control with no form attribute is associated with ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTMENU\] 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
|
||||
|
||||
[[SELECTMENU\] Control whose form attribute is an empty string has no form owner]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTMENU\] Control whose form attribute is an empty string has no form owner even when form with empty attribute is present]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTMENU\] Control's form attribute must be a case sensitive match for the form's id]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTMENU\] Setting the form attribute of a control to the id of a non-ancestor form works]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTMENU\] Removing form id from a control resets the form owner to ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTMENU\] Removing the form owner of a control with form attribute resets the form owner to null]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTMENU\] Changing form attibute of control resets form owner to correct form]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTMENU\] Moving a control with form attribute within the document does not change the form owner]
|
||||
expected: FAIL
|
||||
|
||||
[[SELECTMENU\] 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
|
||||
|
||||
[[SELECTMENU\] 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
|
||||
|
||||
[[SELECTMENU\] 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
|
||||
|
||||
[[SELECTMENU\] 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,3 +0,0 @@
|
|||
[selectmenu-form-state-restore.tentative.html]
|
||||
[Test restoring state after form submission]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[selectmenu-form-submission.tentative.html]
|
||||
[Test that HTMLSelectMenu.value is used for form submission]
|
||||
expected: FAIL
|
||||
|
||||
[Test that HTMLSelectMenu.value is not used for form submission without name attribute]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[selectmenu-labels.tentative.html]
|
||||
[Validate selectmenu.labels]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectmenu-option-arbitrary-content-displayed.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[selectmenu-option-arbitrary-content-not-displayed.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[selectmenu-pseudo-open-closed.tentative.html]
|
||||
[Selectmenu should support :open and :closed pseudo selectors.]
|
||||
expected: FAIL
|
||||
|
||||
[Selectmenu :open and :closed should invalidate correctly.]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[selectmenu-required-attribute.tentative.html]
|
||||
[Test required attribute]
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[selectmenu-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 selectmenus should re-enable selection.]
|
||||
expected: FAIL
|
||||
|
||||
[Children of selectmenu should be able to opt-in to user-select.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[selectmenu-validity.tentative.html]
|
||||
[Validation for placeholder option]
|
||||
expected: FAIL
|
||||
|
||||
[Check form not submitted for invalid selectmenu]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[selectmenu-value-option.tentative.html]
|
||||
[selectmenu.value should reflect option.value]
|
||||
expected: FAIL
|
|
@ -1,33 +0,0 @@
|
|||
[selectmenu-value-selectedOption.tentative.html]
|
||||
[Test that HTMLSelectMenu 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 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 selectmenu]
|
||||
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 selectmenu.value and selectmenu.selectedOption]
|
||||
expected: FAIL
|
||||
|
||||
[Test that HTMLOption.value updates selectmenu.value]
|
||||
expected: FAIL
|
||||
|
||||
[Test value and selectedOption when value is null]
|
||||
expected: FAIL
|
||||
|
||||
[Test value and selectedOption when value is undefined]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectmenu-writingmode-lr.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[selectmenu-writingmode-rl.tentative.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue