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

Unified Diff: LayoutTests/fast/multicol/vertical-lr/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
Index: LayoutTests/fast/multicol/vertical-lr/float-paginate.html
diff --git a/LayoutTests/fast/multicol/vertical-lr/float-paginate.html b/LayoutTests/fast/multicol/vertical-lr/float-paginate.html
index 61b39f164d557b829887c81767ed19067c2abe8b..6caf0ef2408d6557053d06f164f660359e8ce642 100644
--- a/LayoutTests/fast/multicol/vertical-lr/float-paginate.html
+++ b/LayoutTests/fast/multicol/vertical-lr/float-paginate.html
@@ -1,13 +1,15 @@
-<body style="-webkit-writing-mode:vertical-lr; height:1200px">
-<div style="-moz-column-width:300px; -webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; width:400px;">
+<!DOCTYPE html>
+<body style="-webkit-writing-mode:vertical-lr;">
+<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;width:300px;height:250px;background-color:green;display:block">
+<img style="float:left;width:320px;height: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>
+This is some text.<br>This is some text.<br>This is some text.<br>This is some text.
+</div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698