Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line.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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line.html b/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line.html
index 2c6c329103ff6561deae031dddf9a18982d94d56..aaab11845c9f7d9998632924d018c88e61b62b60 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/vertical-lr/float-big-line.html
@@ -34,11 +34,12 @@
This is some text.<br>
This is some text.<br>
<p>
- <span class="big left">T</span>his is some text.<br>
+ <span class="big left">T</span>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
+ his is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
@@ -48,4 +49,4 @@
This is some text.<br>
This is some text.<br>
</p>
-</div>
+</div>

Powered by Google App Engine