OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <head> | |
3 <script src="../../resources/js-test.js"></script> | |
4 <script> | |
5 function runTest() | |
6 { | |
7 shouldBe('document.title', '""'); | |
8 } | |
9 </script> | |
10 </head> | |
11 <body onload="runTest()"> | |
12 <svg> | |
13 <title>Should not be set on HTML Document</title> | |
14 </svg> | |
15 </body> | |
16 </html> | |
OLD | NEW |