OLD | NEW |
(Empty) | |
| 1 Tests cloneNode for HTMLDocument. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS document.cloneNode(false).__proto__ is HTMLDocument.prototype |
| 7 PASS className(document.cloneNode(false)) is "HTMLDocument" |
| 8 PASS document.cloneNode(true).title is document.title |
| 9 PASS document.cloneNode(true).compatMode is "BackCompat" |
| 10 PASS doc.cloneNode(false).__proto__ is HTMLDocument.prototype |
| 11 PASS className(doc.cloneNode(false)) is "HTMLDocument" |
| 12 PASS doc.cloneNode(true).title is doc.title |
| 13 PASS doc.cloneNode(true).compatMode is "CSS1Compat" |
| 14 PASS successfullyParsed is true |
| 15 |
| 16 TEST COMPLETE |
| 17 |
OLD | NEW |