Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div id="result"></div> | |
| 3 <script> | |
| 4 if (window.testRunner) { | |
| 5 testRunner.dumpAsText(); | |
| 6 testRunner.setCloseRemainingWindowsWhenComplete(true); | |
| 7 } | |
| 8 let x = window.open('about:blank'); | |
| 9 result.append(x === null ? 'PASS' : `FAIL: ${x}`); | |
| 10 </script> | |
| OLD | NEW |