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

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

Issue 695283002: Convert fast/multicol/float-paginate to reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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-paginate-expected.html
diff --git a/LayoutTests/fast/multicol/float-paginate-expected.html b/LayoutTests/fast/multicol/float-paginate-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..24bf120c6ad30ab934cc608d2246272e9896a695
--- /dev/null
+++ b/LayoutTests/fast/multicol/float-paginate-expected.html
@@ -0,0 +1,63 @@
+<!DOCTYPE html>
+<style>
+ .columns {
+ border: 2px solid black;
+ overflow: auto;
+ }
+ .column1, .column2 {
+ width: calc(50% - 10px);
+ float: left;
+ }
+ .column1 {
+ margin-right: 20px;
+ }
+ img {
+ float: left;
+ height: 300px;
+ width: 150px;
+ background-color: green;
+ display: block;
+ }
+</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>
+ </div>
+ <div class="column2">
+ <img>
+ 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>
+ 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