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

Unified Diff: LayoutTests/fast/multicol/float-big-line.html

Issue 699593003: Replace fast/multicol/float-paginate-complex with float-big-line. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. 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-big-line-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/float-big-line.html
diff --git a/LayoutTests/fast/multicol/float-big-line.html b/LayoutTests/fast/multicol/float-big-line.html
new file mode 100644
index 0000000000000000000000000000000000000000..2e171d7de1a3ec8579d72c6c3187b01908cc8c5b
--- /dev/null
+++ b/LayoutTests/fast/multicol/float-big-line.html
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<style>
+ .columns {
+ -webkit-columns: 2;
+ -webkit-column-gap: 0;
+ column-fill: auto;
+ border: 2px solid black;
+ height: 400px;
+ line-height: 20px;
+ }
+ .big {
+ font-size: 128px;
+ line-height: 154px;
+ }
+ .left { float: left; }
+</style>
+<p>There should be a big T in the second column.</p>
+<div class="columns">
+ 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>
+ <p>
+ <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>
+ 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>
+ </p>
+</div>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/float-big-line-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698