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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line-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/vertical-lr/float-big-line-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line-expected.html
index 0748cc0280574310668da91367128dfaef7d96c3..3aa6c8ba95736893208c039730f0862f8bb3fd95 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line-expected.html
@@ -35,13 +35,16 @@
This is some text.<br>
This is some text.<br>
This is some text.<br>
+ <p>
+ This is some text.<br>
+ This is some text.<br>
+ This is some text.<br>
+ This is some text.<br>
+ </p>
</div>
<div class="column2">
- <span class="big left">T</span>his is some text.<br>
- This is some text.<br>
- This is some text.<br>
- This is some text.<br>
- This is some text.<br>
+ <span class="big left">T</span>
+ his is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
@@ -51,4 +54,4 @@
This is some text.<br>
This is some text.<br>
</div>
-</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698