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

Unified Diff: LayoutTests/fast/multicol/float-big-line-expected.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: Reupload with --no-find-copies. 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/float-big-line-expected.html
diff --git a/LayoutTests/fast/multicol/float-big-line-expected.html b/LayoutTests/fast/multicol/float-big-line-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d0cfdc16e406a73c85a59f31decf8f9c76bed9e0
--- /dev/null
+++ b/LayoutTests/fast/multicol/float-big-line-expected.html
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<style>
+ .columns {
+ border: 2px solid black;
+ height: 400px;
+ }
+ .column1, .column2 {
+ float: left;
+ width: 50%;
+ }
+ .big { font-size: 128px; }
+ .left { float: left; }
+</style>
+<div class="columns">
+ <div class="column1">
+ 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>
+ </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>
+ 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>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698