OLD | NEW |
---|---|
(Empty) | |
1 Test that setting document.title does not reuse <title>'s textnode child | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
4 | |
5 | |
6 PASS successfullyParsed is true | |
7 | |
8 TEST COMPLETE | |
9 PASS oldnode.textContent != "bbb" is true | |
10 PASS oldnode != document.getElementsByTagName("title")[0].firstChild is true | |
11 | |
OLD | NEW |