Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: LayoutTests/fast/multicol/very-wide-rtl-crash.html

Issue 1102273004: [New Multicolumn] flowThreadTranslationAtOffset() needs to be relative to the flow thread. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/fast/multicol/client-rects-rtl-expected.html ('k') | LayoutTests/fast/multicol/very-wide-rtl-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698