mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision b'9d20f3ae600d00673a27a69f69e13d4cd8eca443' (#36195)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
3f5220b421
commit
ecaf2930cc
734 changed files with 24588 additions and 5583 deletions
|
@ -1,3 +1,9 @@
|
|||
[iframe-src-aboutblank-navigate-immediately.html]
|
||||
[Navigating to a different document with window.open]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with link click]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating to a different document with form submission]
|
||||
expected: FAIL
|
||||
|
|
2
tests/wpt/meta/html/canvas/element/manual/text/canvas.2d.disconnected.html.ini
vendored
Normal file
2
tests/wpt/meta/html/canvas/element/manual/text/canvas.2d.disconnected.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[canvas.2d.disconnected.html]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/element/text/2d.text.measure.lang.html.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/element/text/2d.text.measure.lang.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.lang.html]
|
||||
[Testing the lang attribute]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/element/text/2d.text.measure.lang.inherit.html.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/element/text/2d.text.measure.lang.inherit.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.lang.inherit.html]
|
||||
[Testing the lang attribute]
|
||||
expected: FAIL
|
2
tests/wpt/meta/html/canvas/offscreen/manual/text/canvas.2d.offscreen.lang.html.ini
vendored
Normal file
2
tests/wpt/meta/html/canvas/offscreen/manual/text/canvas.2d.offscreen.lang.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[canvas.2d.offscreen.lang.html]
|
||||
expected: TIMEOUT
|
2
tests/wpt/meta/html/canvas/offscreen/manual/text/canvas.2d.offscreen.lang.inherit.html.ini
vendored
Normal file
2
tests/wpt/meta/html/canvas/offscreen/manual/text/canvas.2d.offscreen.lang.inherit.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[canvas.2d.offscreen.lang.inherit.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[canvas.2d.offscreen.transferred.lang.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[canvas.2d.offscreen.transferred.lang.inherit.document.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[canvas.2d.offscreen.transferred.lang.inherit.html]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.lang.html.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.lang.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.lang.html]
|
||||
[Testing the lang attribute]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.lang.inherit.html.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.lang.inherit.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.lang.inherit.html]
|
||||
[Testing the lang attribute]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.lang.worker.js.ini
vendored
Normal file
3
tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.lang.worker.js.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[2d.text.measure.lang.worker.html]
|
||||
[Testing the lang attribute]
|
||||
expected: FAIL
|
9
tests/wpt/meta/html/dom/documents/dom-tree-accessors/nameditem-01.html.ini
vendored
Normal file
9
tests/wpt/meta/html/dom/documents/dom-tree-accessors/nameditem-01.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[nameditem-01.html]
|
||||
[img elements that have a name and id attribute with same value.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamically updating the name attribute from img elements, should be accessible by values.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamically updating the id attribute from img elements, should be accessible by values.]
|
||||
expected: FAIL
|
|
@ -13,3 +13,15 @@
|
|||
|
||||
[An id shouldn't affect getting an embed by name]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamically removing the name attribute from embed elements, should not be accessible.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamically updating the name attribute from embed elements, should be accessible by its name.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamically updating the id attribute from embed elements, should be accessible only by its name.]
|
||||
expected: FAIL
|
||||
|
||||
[embed elements that is removed, should not be accessible.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -22,3 +22,18 @@
|
|||
|
||||
[An id shouldn't affect getting an object by name]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamically removing the name attribute from object elements, should not be accessible.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamically removing the id attribute from object elements, should not be accessible.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamically updating the name attribute from object elements, should be accessible by its name and id.]
|
||||
expected: FAIL
|
||||
|
||||
[Dynamically updating the id attribute from object elements, should be accessible by its name and id.]
|
||||
expected: FAIL
|
||||
|
||||
[object elements that is removed, should not be accessible.]
|
||||
expected: FAIL
|
||||
|
|
3
tests/wpt/meta/html/dom/render-blocking/element-render-blocking-040.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/render-blocking/element-render-blocking-040.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[element-render-blocking-040.html]
|
||||
[blocking defers frames until full parsing]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/dom/render-blocking/element-render-blocking-041.html.ini
vendored
Normal file
3
tests/wpt/meta/html/dom/render-blocking/element-render-blocking-041.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[element-render-blocking-041.html]
|
||||
[blocking defers frames until full parsing]
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[structured-cloning-error-stack-optional.sub.window.html]
|
||||
[web API-created TypeError (structuredClone())]
|
||||
expected: FAIL
|
||||
|
||||
[web API-created TypeError (worker)]
|
||||
expected: FAIL
|
||||
|
||||
[web API-created TypeError (cross-site iframe)]
|
||||
expected: FAIL
|
||||
|
||||
[web API-created TypeError (same-origin iframe)]
|
||||
expected: FAIL
|
2
tests/wpt/meta/html/rendering/non-replaced-elements/lists/lists-styles-quirks.html.ini
vendored
Normal file
2
tests/wpt/meta/html/rendering/non-replaced-elements/lists/lists-styles-quirks.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[lists-styles-quirks.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[option-label-whitespace-2.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[field-sizing-textarea-relayout.html]
|
||||
expected: FAIL
|
|
@ -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,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,2 +0,0 @@
|
|||
[image-loading-lazy-subframe-detached-crash.html]
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[option-computed-style.tentative.html]
|
||||
[appearance:base-select options should have a checkmark with empty alt text.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue