Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div style="columns:2;"> | |
| 3 <div style="columns:2; height:1px;"> | |
| 4 <div style="columns:2; height:1234567890px;"></div> | |
| 5 </div> | |
| 6 </div> | |
| 7 <script src="../../resources/testharness.js"></script> | |
| 8 <script src="../../resources/testharnessreport.js"></script> | |
| 9 <script> | |
| 10 test(() => { }, "No crash, assertion failure or timeout."); | |
| 11 </script> | |
| OLD | NEW |