| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css"> | 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css"> |
| 5 <script src="../../js/resources/js-test-pre.js"></script> | 5 <script src="../../js/resources/js-test-pre.js"></script> |
| 6 </head> | 6 </head> |
| 7 <body id="a"> | 7 <body id="a"> |
| 8 <p id="description"></p> | 8 <p id="description"></p> |
| 9 <div id="console"></div> | 9 <div id="console"></div> |
| 10 <script> | 10 <script> |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 shouldBe('document.getElementById("o")', 'null'); | 214 shouldBe('document.getElementById("o")', 'null'); |
| 215 shouldBe('document.getElementById("p")', 'document.body'); | 215 shouldBe('document.getElementById("p")', 'document.body'); |
| 216 shouldBe('document.body.id', '"p"'); | 216 shouldBe('document.body.id', '"p"'); |
| 217 shouldBe('document.body.getAttribute("id")', '"p"'); | 217 shouldBe('document.body.getAttribute("id")', '"p"'); |
| 218 | 218 |
| 219 var successfullyParsed = true; | 219 var successfullyParsed = true; |
| 220 </script> | 220 </script> |
| 221 <script src="../../js/resources/js-test-post.js"></script> | 221 <script src="../../js/resources/js-test-post.js"></script> |
| 222 </body> | 222 </body> |
| 223 </html> | 223 </html> |
| OLD | NEW |