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

Unified Diff: LayoutTests/fast/multicol/float-paginate.html

Issue 695283002: Convert fast/multicol/float-paginate to reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove twin, fix issues. Created 6 years, 1 month 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/TestExpectations ('k') | LayoutTests/fast/multicol/float-paginate-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/float-paginate.html
diff --git a/LayoutTests/fast/multicol/float-paginate.html b/LayoutTests/fast/multicol/float-paginate.html
index 3491815bce49e187052e2e9c9687893081a67e7e..9c86d2816093086457f99b1ba68794bf098eefd2 100644
--- a/LayoutTests/fast/multicol/float-paginate.html
+++ b/LayoutTests/fast/multicol/float-paginate.html
@@ -1,14 +1,14 @@
-<body style="overflow: hidden;">
-<div style="-moz-column-width:300px; -webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; height:400px">
+<!DOCTYPE html>
+<p>There should be a green rectangle in the second column.</p>
+<div style="-webkit-columns: 2; -webkit-column-gap: 20px; border:2px solid black; line-height: 20px;">
This is some text.<br>
This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
This is some text.<br>This is some text.<br>This is some text.<br>
-<img style="float:left;height:300px;width:250px;background-color:green;display:block">
+<img style="float:left;height:320px;width:150px;background-color:green;display:block">
This is some text.<br>
This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
-This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
-This is some text.<br>This is some text.<br>This is some text.<br>
-</body>
+This is some text.<br>This is some text.<br>This is some text.<br>This is some text.
+</div>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/float-paginate-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698