mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Update web-platform-tests to revision b'5d8ec746ed021738e7ee0cee92ad1a1814ba00fe' (#33274)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
3acc9edd82
commit
3453d9fdad
584 changed files with 14669 additions and 3037 deletions
|
@ -0,0 +1,3 @@
|
|||
[navigation-unload-same-origin.window.html]
|
||||
[Same-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[traverse_the_history_5.html]
|
||||
[traverse_the_history_3.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[basics.html]
|
||||
[An element with identical name and id attributes should occur in the HTMLCollection once, not twice]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[changing.html]
|
||||
[Changing an attribute must not remove the named properties if a different attribute still matches (id)]
|
||||
expected: FAIL
|
||||
|
||||
[Changing an attribute must not remove the named properties if a different attribute still matches (name)]
|
||||
expected: FAIL
|
|
@ -52,3 +52,6 @@
|
|||
|
||||
[input direction changes if it stops being auto-directionality form-associated]
|
||||
expected: FAIL
|
||||
|
||||
[text input and textarea value changes should only be reflected in :dir() when dir=auto (value changes)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -779,8 +779,6 @@
|
|||
[OffscreenCanvasRenderingContext2D interface: operation createLinearGradient(double, double, double, double)]
|
||||
expected: FAIL
|
||||
|
||||
[CustomElementRegistry interface: operation whenDefined(DOMString)]
|
||||
|
||||
[DragEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2939,8 +2937,6 @@
|
|||
[HTMLInputElement interface: createInput("submit") must inherit property "autocomplete" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement interface: operation play()]
|
||||
|
||||
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "hspace" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3184,8 +3180,6 @@
|
|||
[HTMLObjectElement interface: document.createElement("object") must inherit property "height" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: operation decode()]
|
||||
|
||||
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "vAlign" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4724,3 +4718,9 @@
|
|||
|
||||
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "srcdoc" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute autocorrect]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "autocorrect" with the proper type]
|
||||
expected: FAIL
|
||||
|
|
24
tests/wpt/meta/html/editing/editing-0/autocorrection/autocorrection.html.ini
vendored
Normal file
24
tests/wpt/meta/html/editing/editing-0/autocorrection/autocorrection.html.ini
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
[autocorrection.html]
|
||||
[Test that the autocorrect attribute is available on HTMLInputElement.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that the autocorrect attribute is available on HTMLTextAreaElement.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that the autocorrect attribute is available on div.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that the autocorrect attribute is available on form.]
|
||||
expected: FAIL
|
||||
|
||||
[Test setting the autocorrect IDL attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Test setting the autocorrect attribute using setAttribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Test inheriting autocorrection from a form.]
|
||||
expected: FAIL
|
||||
|
||||
[Test autocorrection in password, URL, and email inputs.]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-3.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,4 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-1.html]
|
||||
expected: CRASH
|
||||
expected: TIMEOUT
|
||||
[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: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[sandbox-top-navigation-child-cross-origin-delivered.tentative.sub.window.html]
|
||||
[A cross-origin frame with delivered sandbox flags can not navigate top]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[sandbox-top-navigation-child-frame-both.tentative.sub.window.html]
|
||||
[A frame with both top navigation frame sandbox flags uses the less restrictive one]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[sandbox-top-navigation-child-frame.tentative.sub.window.html]
|
||||
[A same-origin frame with frame sandbox flags can navigate top]
|
||||
expected: FAIL
|
|
@ -1,10 +0,0 @@
|
|||
[sandbox-top-navigation-cross-site.tentative.sub.window.html]
|
||||
expected: TIMEOUT
|
||||
[A cross-site unsandboxed iframe navigation consumes user activation and disallows top-level navigation.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A same-site unsandboxed iframe navigation does not consume user activation and allows top-level navigation.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-site unsandboxed iframe navigation without sticky user activation does not allow top-level navigation.]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[sandbox-top-navigation-grandchild-sandboxed-escalate.tentative.sub.window.html]
|
||||
[A sandboxed same-origin grandchild without allow-same-origin can't escalate its own top-nav privileges]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[sandbox-top-navigation-same-site-no-activation.tentative.sub.window.html]
|
||||
[A same-site unsandboxed iframe navigation without sticky user activation does not allow top-level navigation.]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[sandbox-top-navigation-same-site.tentative.sub.window.html]
|
||||
expected: TIMEOUT
|
||||
[A same-site unsandboxed iframe navigation does not consume user activation and allows top-level navigation.]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +0,0 @@
|
|||
[sandbox-top-navigation-user-activation-sticky.tentative.sub.window.html]
|
||||
expected: TIMEOUT
|
||||
[Allow top with user activation + user activation]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +0,0 @@
|
|||
[reparent-form-during-planned-navigation-task.html]
|
||||
expected: TIMEOUT
|
||||
[reparent-form-during-planned-navigation-task]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[border-rendering.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[select-child-button-and-datalist-invalidation.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -1,2 +0,0 @@
|
|||
[select-child-button-and-datalist.tentative.html]
|
||||
expected: FAIL
|
|
@ -7,3 +7,12 @@
|
|||
|
||||
[Options in datalist in multiple should work after re-parsing and re-attaching.]
|
||||
expected: FAIL
|
||||
|
||||
[Option elements should work if they are a descendant of a selects wrapper div.]
|
||||
expected: FAIL
|
||||
|
||||
[Options in wrapper div should still work when the multiple attribute is added.]
|
||||
expected: FAIL
|
||||
|
||||
[Options in wrapper div in multiple should work after re-parsing and re-attaching.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[select-icon-color.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[select-open-invalidation.tentative.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[select-option-images.tentative.html]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/syntax/charset/meta-charset-double-quotes.html.ini
vendored
Normal file
3
tests/wpt/meta/html/syntax/charset/meta-charset-double-quotes.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[meta-charset-double-quotes.html]
|
||||
[document.characterSet must be determined by meta charset]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/syntax/charset/meta-charset-no-quotes.html.ini
vendored
Normal file
3
tests/wpt/meta/html/syntax/charset/meta-charset-no-quotes.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[meta-charset-no-quotes.html]
|
||||
[document.characterSet must be determined by meta charset]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/syntax/charset/meta-charset-single-quotes.html.ini
vendored
Normal file
3
tests/wpt/meta/html/syntax/charset/meta-charset-single-quotes.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[meta-charset-single-quotes.html]
|
||||
[document.characterSet must be determined by meta charset]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/syntax/charset/meta-http-equiv-attribute-order.html.ini
vendored
Normal file
3
tests/wpt/meta/html/syntax/charset/meta-http-equiv-attribute-order.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[meta-http-equiv-attribute-order.html]
|
||||
[document.characterSet must be determined by meta http-equiv]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/syntax/charset/meta-http-equiv-double-quotes.html.ini
vendored
Normal file
3
tests/wpt/meta/html/syntax/charset/meta-http-equiv-double-quotes.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[meta-http-equiv-double-quotes.html]
|
||||
[document.characterSet must be determined by meta http-equiv]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/syntax/charset/meta-http-equiv-no-quotes.html.ini
vendored
Normal file
3
tests/wpt/meta/html/syntax/charset/meta-http-equiv-no-quotes.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[meta-http-equiv-no-quotes.html]
|
||||
[document.characterSet must be determined by meta http-equiv]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/syntax/charset/meta-http-equiv-single-quotes.html.ini
vendored
Normal file
3
tests/wpt/meta/html/syntax/charset/meta-http-equiv-single-quotes.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[meta-http-equiv-single-quotes.html]
|
||||
[document.characterSet must be determined by meta http-equiv]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[module-delayed.html]
|
||||
[async document.write in a module]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue