mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35928' (#35741)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
e7e8ccea20
commit
5ba9cfe809
2322 changed files with 43591 additions and 31593 deletions
|
@ -0,0 +1,45 @@
|
|||
[form-double-submit-input-type-change.html]
|
||||
[default submit action should supersede input onclick submit() and change the input type from text to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from search to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from tel to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from url to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from email to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from password to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from date to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from month to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from week to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from time to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from datetime-local to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from number to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from range to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from color to submit]
|
||||
expected: FAIL
|
||||
|
||||
[default submit action should supersede input onclick submit() and change the input type from button to submit]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[reparent-form-during-planned-navigation-task.html]
|
||||
expected: TIMEOUT
|
||||
[reparent-form-during-planned-navigation-task]
|
||||
expected: TIMEOUT
|
61
tests/wpt/meta/html/semantics/forms/the-input-element/input-type-change-submit.html.ini
vendored
Normal file
61
tests/wpt/meta/html/semantics/forms/the-input-element/input-type-change-submit.html.ini
vendored
Normal file
|
@ -0,0 +1,61 @@
|
|||
[input-type-change-submit.html]
|
||||
expected: TIMEOUT
|
||||
[default submit action when the input type is changed from text to submit]
|
||||
expected: TIMEOUT
|
||||
|
||||
[default submit action when the input type is changed from search to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from tel to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from url to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from email to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from password to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from date to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from month to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from week to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from time to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from datetime-local to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from number to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from range to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from color to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from checkbox to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from radio to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from file to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from image to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from reset to submit]
|
||||
expected: NOTRUN
|
||||
|
||||
[default submit action when the input type is changed from button to submit]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,3 @@
|
|||
[option-list.tentative.html]
|
||||
[select's option list should not include descendants of options, hrs, or nested optgroups.]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/semantics/forms/the-select-element/select-value.html.ini
vendored
Normal file
3
tests/wpt/meta/html/semantics/forms/the-select-element/select-value.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[select-value.html]
|
||||
[option is child of div]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue