mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision b'cb53e377321267af4f5a1f05b3b851aab6fa8ede' (#32313)
This commit is contained in:
parent
8868c1372b
commit
b44d064fae
364 changed files with 7960 additions and 1600 deletions
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-1.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[iframe_sandbox_popups_nonescaping-1.html]
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[iframe_sandbox_popups_nonescaping-3.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
|
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[Files in a text/plain form show up as File objects in the "formData" IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[The constructed FormData object should not contain an entry for the image submit button that was used to submit the form.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,40 @@
|
|||
[submit-entity-body.html]
|
||||
expected: TIMEOUT
|
||||
[form submission from form should navigate to url with x-www-form-urlencoded]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from form should navigate to url with multipart/form-data]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from form should navigate to url with text/plain]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from button should navigate to url with x-www-form-urlencoded]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from button should navigate to url with multipart/form-data]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from button should navigate to url with text/plain]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from input should navigate to url with x-www-form-urlencoded]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from input should navigate to url with multipart/form-data]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from input should navigate to url with text/plain]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from submit input should contain submit button value]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from submit button should contain submit button value]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from image input should contain entries for its clicked coordinate]
|
||||
expected: NOTRUN
|
||||
|
||||
[form submission from image input should only contain entries for the submitter's clicked coordinate when multiple image inputs are present]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,3 @@
|
|||
[setCustomValidity-normalize-newlines.html]
|
||||
[setCustomValidity should normalize newlines from the given error message]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[select-appearance-dark-mode.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[select-icon-color.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[async-script.html?reload]
|
||||
expected: ERROR
|
||||
|
||||
[async-script.html?default]
|
Loading…
Add table
Add a link
Reference in a new issue