Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / very-wide-rtl-crash.html
blob57f42a1c778b9f862fbd4e0d9e7be0a13495d2a1
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 column 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>