Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Make sure the script attribute is exposed on non-HTML documents. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS xmlDocument.__proto__ is XMLDocument.prototype | |
| 7 PASS xmlDocument.__proto__.__proto__ is Document.prototype | |
| 8 PASS xmlDocument.scripts.__proto__ is HTMLCollection.prototype | |
| 9 PASS xmlDocument.scripts.length is 0 | |
| 10 PASS successfullyParsed is true | |
| 11 | |
| 12 TEST COMPLETE | |
| 13 | |
| OLD | NEW |