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

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

Issue 1899193007: Remove special-code for paginating floats followed by lines of text. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/multicol/float-paginate-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/float-paginate-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/float-paginate-expected.html
index 6cbb6d874e2a0af35de596d08d0d9ff0a94ee48d..3d09c3872419f9e79e1c4ba9fdb2ba2a2f585057 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/float-paginate-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/float-paginate-expected.html
@@ -33,9 +33,6 @@
This is some text.<br>
This is some text.<br>
This is some text.<br>
- </div>
- <div class="column2">
- <img>
This is some text.<br>
This is some text.<br>
This is some text.<br>
@@ -44,6 +41,9 @@
This is some text.<br>
This is some text.<br>
This is some text.<br>
+ </div>
+ <div class="column2">
+ <img>
This is some text.<br>
This is some text.<br>
This is some text.<br>
@@ -62,4 +62,4 @@
This is some text.<br>
This is some text.<br>
</div>
-</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698