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

Side by Side Diff: LayoutTests/fast/multicol/basic-rtl-expected.html

Issue 1259943002: collectLayerFragments() expects a dirty rect relative to the multicol container. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « LayoutTests/fast/multicol/basic-rtl.html ('k') | Source/core/layout/LayoutFlowThread.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .col { float:left; width:25%; text-align:right; }
4 </style>
5 <p>Below, the numbers from 1 to 4 should be seen, in ascending order.</p>
6 <div class="col">1</div>
7 <div class="col">2</div>
8 <div class="col">3</div>
9 <div class="col">4</div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/basic-rtl.html ('k') | Source/core/layout/LayoutFlowThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698