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

Unified 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, 5 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
« no previous file with comments | « LayoutTests/fast/multicol/basic-rtl.html ('k') | Source/core/layout/LayoutFlowThread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/basic-rtl-expected.html
diff --git a/LayoutTests/fast/multicol/basic-rtl-expected.html b/LayoutTests/fast/multicol/basic-rtl-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a28cad36f55eb96d8d05094a3fcbb7553d4471e6
--- /dev/null
+++ b/LayoutTests/fast/multicol/basic-rtl-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<style>
+ .col { float:left; width:25%; text-align:right; }
+</style>
+<p>Below, the numbers from 1 to 4 should be seen, in ascending order.</p>
+<div class="col">1</div>
+<div class="col">2</div>
+<div class="col">3</div>
+<div class="col">4</div>
« 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