| OLD | NEW |
| 1 CONSOLE WARNING: Attr child nodes are deprecated and will be removed in M45, aro
und August 2015. Please use 'Attr.value' instead. |
| 2 CONSOLE WARNING: Attr child nodes are deprecated and will be removed in M45, aro
und August 2015. Please use 'Attr.value' instead. |
| 1 Test that different ways of changing an element's id all work properly. | 3 Test that different ways of changing an element's id all work properly. |
| 2 | 4 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 6 |
| 5 | 7 |
| 6 | 8 |
| 7 1. Check id after parsing. | 9 1. Check id after parsing. |
| 8 PASS document.getElementById("a") is document.body | 10 PASS document.getElementById("a") is document.body |
| 9 PASS document.body.id is "a" | 11 PASS document.body.id is "a" |
| 10 PASS document.body.getAttributeNode("id").value is "a" | 12 PASS document.body.getAttributeNode("id").value is "a" |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 | 162 |
| 161 23. Add an Attr node over an existing one. | 163 23. Add an Attr node over an existing one. |
| 162 PASS document.getElementById("o") is null | 164 PASS document.getElementById("o") is null |
| 163 PASS document.getElementById("p") is document.body | 165 PASS document.getElementById("p") is document.body |
| 164 PASS document.body.id is "p" | 166 PASS document.body.id is "p" |
| 165 PASS document.body.getAttribute("id") is "p" | 167 PASS document.body.getAttribute("id") is "p" |
| 166 PASS successfullyParsed is true | 168 PASS successfullyParsed is true |
| 167 | 169 |
| 168 TEST COMPLETE | 170 TEST COMPLETE |
| 169 | 171 |
| OLD | NEW |