| Index: LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/id-attribute-expected.txt
|
| diff --git a/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/id-attribute-expected.txt b/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/id-attribute-expected.txt
|
| deleted file mode 100644
|
| index a16251a6fd5804fd81d9950ec838e28575586c10..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/id-attribute-expected.txt
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -The id attribute
|
| -
|
| -This is a testharness.js-based test.
|
| -PASS User agents must associate the element with an id value for purposes of getElementById.
|
| -PASS Association is exact and therefore case-sensitive for getElementById.
|
| -PASS Spaces are allowed in an id and still make an association for getElementByID.
|
| -PASS Non-ASCII is allowed in an id and still make an association for getElementById.
|
| -PASS User agents must associate the element with an id value for purposes of CSS.
|
| -PASS Association for CSS is exact and therefore case-sensitive.
|
| -PASS Spaces are allowed in an id and still make an association.
|
| -PASS Non-ASCII is allowed in an id and still make an association for CSS.
|
| -PASS The id IDL attribute must reflect the id content attribute, for getting.
|
| -PASS The id IDL attribute must reflect the id content attribute, for setting via IDL attribute.
|
| -PASS After setting id via id attribute, getElementById find the element by the new id.
|
| -PASS After setting id via id attribute, getElementById doesn't find the element by the old id.
|
| -PASS After setting id via id attribute, CSS association is via the new ID.
|
| -PASS The id IDL attribute must reflect the id content attribute, for setting via setAttribute.
|
| -PASS After setting id via setAttribute attribute, getElementById find the element by the new id.
|
| -PASS After setting id via setAttribute attribute, getElementById doesn't find the element by the old id.
|
| -PASS After setting id via setAttribute attribute, CSS association is via the new ID.
|
| -Harness: the test ran to completion.
|
| -
|
|
|