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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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>
OLDNEW
« 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