mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55: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
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
|
Loading…
Add table
Add a link
Reference in a new issue