Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>PASS if no crash or assertion failure.</p> | |
| 3 <div style="columns:7; column-fill:auto; height:20px;"> | |
| 4 <div style="columns:2;"> | |
| 5 <div style="columns:1; overflow-y:scroll; column-fill:auto; height:1px; margin-top:1em;"> | |
| 6 <div style="height:50px;"></div> | |
| 7 <div style="margin-top:1px;"></div> | |
| 8 </div> | |
| 9 </div> | |
| 10 </div> | |
| 11 <script src="../../resources/testharness.js"></script> | |
| 12 <script src="../../resources/testharnessreport.js"></script> | |
| 13 <script> | |
| 14 test(() => { }, "No crash or assertion failure."); | |
| 15 </script> | |
| OLD | NEW |