| OLD | NEW |
| 1 | 1 |
| 2 <script> | 2 <script> |
| 3 | 3 |
| 4 var runTests = function () { | 4 var runTests = function () { |
| 5 | 5 |
| 6 if (!window.testRunner) | 6 if (!window.testRunner) |
| 7 return; | 7 return; |
| 8 | 8 |
| 9 testRunner.dumpAsText(); | 9 testRunner.dumpAsText(); |
| 10 testRunner.waitUntilDone(); | 10 testRunner.waitUntilDone(); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 }, 1); | 22 }, 1); |
| 23 }, 1); | 23 }, 1); |
| 24 }; | 24 }; |
| 25 | 25 |
| 26 </script> | 26 </script> |
| 27 | 27 |
| 28 <body onload="runTests()"> | 28 <body onload="runTests()"> |
| 29 Test passes if it does not crash. | 29 Test passes if it does not crash. |
| 30 <li><details open id="d1">some text</details></li> | 30 <li><details open id="d1">some text</details></li> |
| 31 </body> | 31 </body> |
| OLD | NEW |