Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.dumpAsText(); | |
| 5 </script> | |
| 6 <p>An extremely wide multicol container with RTL direction will get its first co lumn far, far away | |
| 7 to the right. Make sure this doesn't result in integer overflow.</p> | |
| 8 <p>PASS if no assertion failure or crash.</p> | |
| 9 <div dir="rtl" style="-webkit-columns:3; width:100000000000000000px;"> | |
| 10 <div style="position:relative;"></div> | |
| 11 </div> | |
| 12 <div style="position:relative;"></div> | |
| OLD | NEW |