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:
Servo WPT Sync 2025-03-28 07:07:42 +01:00 committed by GitHub
parent 3f5220b421
commit ecaf2930cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
734 changed files with 24588 additions and 5583 deletions

View 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

View file

@ -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

View file

@ -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