OLD | NEW |
---|---|
(Empty) | |
1 <title>Test for single title change</title> | |
2 <script> | |
3 document.querySelector('title').appendChild(document.createTextNode(" - part II")); | |
4 if (window.testRunner) { | |
5 testRunner.dumpAsText(); | |
6 testRunner.dumpTitleChanges(); | |
7 } | |
8 document.querySelector('title').text = "new"; | |
9 </script> | |
OLD | NEW |