| OLD | NEW |
| (Empty) |
| 1 The id attribute | |
| 2 | |
| 3 This is a testharness.js-based test. | |
| 4 PASS User agents must associate the element with an id value for purposes of get
ElementById. | |
| 5 PASS Association is exact and therefore case-sensitive for getElementById. | |
| 6 PASS Spaces are allowed in an id and still make an association for getElementByI
D. | |
| 7 PASS Non-ASCII is allowed in an id and still make an association for getElementB
yId. | |
| 8 PASS User agents must associate the element with an id value for purposes of CSS
. | |
| 9 PASS Association for CSS is exact and therefore case-sensitive. | |
| 10 PASS Spaces are allowed in an id and still make an association. | |
| 11 PASS Non-ASCII is allowed in an id and still make an association for CSS. | |
| 12 PASS The id IDL attribute must reflect the id content attribute, for getting. | |
| 13 PASS The id IDL attribute must reflect the id content attribute, for setting via
IDL attribute. | |
| 14 PASS After setting id via id attribute, getElementById find the element by the n
ew id. | |
| 15 PASS After setting id via id attribute, getElementById doesn't find the element
by the old id. | |
| 16 PASS After setting id via id attribute, CSS association is via the new ID. | |
| 17 PASS The id IDL attribute must reflect the id content attribute, for setting via
setAttribute. | |
| 18 PASS After setting id via setAttribute attribute, getElementById find the elemen
t by the new id. | |
| 19 PASS After setting id via setAttribute attribute, getElementById doesn't find th
e element by the old id. | |
| 20 PASS After setting id via setAttribute attribute, CSS association is via the new
ID. | |
| 21 Harness: the test ran to completion. | |
| 22 | |
| OLD | NEW |