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

Unified Diff: LayoutTests/fast/multicol/paginate-block-replaced.html

Issue 845723002: Turn fast/multicol/paginate-block-replaced.html into a reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/paginate-block-replaced-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/paginate-block-replaced.html
diff --git a/LayoutTests/fast/multicol/paginate-block-replaced.html b/LayoutTests/fast/multicol/paginate-block-replaced.html
index 7f1fa48cde2ecb92e775f3939086308a5829c9a7..930bb17813cc37b927efe838b8772bb7d3352cf8 100644
--- a/LayoutTests/fast/multicol/paginate-block-replaced.html
+++ b/LayoutTests/fast/multicol/paginate-block-replaced.html
@@ -1,12 +1,11 @@
-<div style="-webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; height:400px">
-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>
-<img style="height:300px;width:250px;background-color:green;display:block">
-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>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>
+<!DOCTYPE html>
+<div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:40em; height:21em; line-height:2em;">
+ First column<br>
+ First column<br>
+ First column<br>
+ First column<br>
+ <img style="display:block; width:100%; height:14em; background:green;" alt="Second column">
+ Second column<br>
+ Second column<br>
+ Second column<br>
+</div>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/paginate-block-replaced-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698