Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <script src="../resources/testharness.js"></script> | |
| 2 <script src="../resources/testharnessreport.js"></script> | |
| 3 | |
| 4 <body onload="window.open()"> | |
| 5 <table background="http://tLayp%e3s"^1"></table> | |
| 6 </body> | |
| 7 | |
| 8 <script> | |
| 9 if (window.testRunner) | |
| 10 testRunner.setCanOpenWindows(); | |
| 11 test(() => {}, 'This test passes if it does not crash.'); | |
| 12 </script> | |
| OLD | NEW |