mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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
|
@ -0,0 +1,6 @@
|
|||
[empty-iframe-load-event.html]
|
||||
[Check execution order from nested timeout]
|
||||
expected: FAIL
|
||||
|
||||
[Check execution order on load handler]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[navigation-unload-cross-origin.sub.window.html]
|
||||
[Cross-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[addFrame.window.html]
|
||||
expected: TIMEOUT
|
||||
[RemoteContextWrapper addFrame]
|
||||
expected: TIMEOUT
|
|
@ -1,3 +1,3 @@
|
|||
[traverse_the_history_5.html]
|
||||
[traverse_the_history_4.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
|
@ -1,7 +1,6 @@
|
|||
[embedded-opener-remove-frame.html]
|
||||
expected: CRASH
|
||||
[opener of discarded nested browsing context]
|
||||
expected: FAIL
|
||||
|
||||
[opener of discarded auxiliary browsing context]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[2d.path.roundrect.1.radius.dompoint.single argument.html]
|
||||
[2d.path.roundrect.1.radius.dompoint.single.argument.html]
|
||||
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.measure.advances.html]
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-baselines.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() works correctly with textBaseline.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-exceptions.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent.]
|
||||
expected: FAIL
|
8
tests/wpt/meta/html/canvas/historical.any.js.ini
Normal file
8
tests/wpt/meta/html/canvas/historical.any.js.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[historical.any.html]
|
||||
[OffscreenCanvasRenderingContext2D.commit method is removed]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[historical.any.worker.html]
|
||||
[OffscreenCanvasRenderingContext2D.commit method is removed]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.path.roundrect.1.radius.dompoint.single argument.html]
|
||||
[2d.path.roundrect.1.radius.dompoint.single.argument.html]
|
||||
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[2d.path.roundrect.1.radius.dompoint.single argument.worker.html]
|
||||
[2d.path.roundrect.1.radius.dompoint.single.argument.worker.html]
|
||||
[Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.advances-not-defined.html]
|
||||
[Testing that TextMetrics.advances is not defined]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.advances-not-defined.worker.html]
|
||||
[Testing that TextMetrics.advances is not defined]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[2d.text.measure.advances.html]
|
||||
[Testing width advances for OffscreenCanvas]
|
||||
expected: FAIL
|
||||
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[2d.text.measure.advances.worker.html]
|
||||
[Testing width advances for OffscreenCanvas]
|
||||
expected: FAIL
|
||||
|
||||
[Testing width advances]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-baselines.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() works correctly with textBaseline.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-baselines.tentative.worker.html]
|
||||
[Check that TextMetrics::getSelectionRects() works correctly with textBaseline.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-exceptions.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects-exceptions.tentative.worker.html]
|
||||
[Check that TextMetrics::getSelectionRects() throws when using invalid indexes.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.selection-rects.tentative.html]
|
||||
[Check that TextMetrics::getSelectionRects() matches its DOM equivalent.]
|
||||
expected: FAIL
|
|
@ -1,6 +1,7 @@
|
|||
[autofocus-dialog.html]
|
||||
expected: TIMEOUT
|
||||
[<dialog> can contain autofocus, without stopping page autofocus content from working]
|
||||
expected: FAIL
|
||||
|
||||
[<dialog>-contained autofocus element gets focused when the dialog is shown]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
[supported-elements.html]
|
||||
expected: TIMEOUT
|
||||
[Contenteditable element should support autofocus]
|
||||
expected: FAIL
|
||||
|
||||
[Host element with delegatesFocus including no focusable descendants should be skipped]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Element with tabindex should support autofocus]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Area element should support autofocus]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Host element with delegatesFocus should support autofocus]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-HTMLElement should not support autofocus]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -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]
|
|
@ -0,0 +1,4 @@
|
|||
[update-the-rendering-resize-autofocus.html]
|
||||
expected: TIMEOUT
|
||||
[resize steps happen after autofocus, but before animation callbacks]
|
||||
expected: NOTRUN
|
Loading…
Add table
Add a link
Reference in a new issue