Index: LayoutTests/fast/multicol/very-wide-rtl-crash.html |
diff --git a/LayoutTests/fast/multicol/very-wide-rtl-crash.html b/LayoutTests/fast/multicol/very-wide-rtl-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..57f42a1c778b9f862fbd4e0d9e7be0a13495d2a1 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/very-wide-rtl-crash.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |
+<p>An extremely wide multicol container with RTL direction will get its first column far, far away |
+ to the right. Make sure this doesn't result in integer overflow.</p> |
+<p>PASS if no assertion failure or crash.</p> |
+<div dir="rtl" style="-webkit-columns:3; width:100000000000000000px;"> |
+ <div style="position:relative;"></div> |
+</div> |
+<div style="position:relative;"></div> |