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

Unified Diff: LayoutTests/fast/multicol/paginate-block-replaced-expected.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
Index: LayoutTests/fast/multicol/paginate-block-replaced-expected.html
diff --git a/LayoutTests/fast/multicol/paginate-block-replaced-expected.html b/LayoutTests/fast/multicol/paginate-block-replaced-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7e84a5f9cb9491be33213c95926e5cfbc1cb32de
--- /dev/null
+++ b/LayoutTests/fast/multicol/paginate-block-replaced-expected.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<div style="width:40em; height:21em; line-height:2em;">
+ <div style="float:left; width:50%; height:100%;">
+ First column<br>
+ First column<br>
+ First column<br>
+ First column<br>
+ </div>
+ <div style="float:left; width:50%; height:100%;">
+ <img style="display:block; width:100%; height:14em; background:green;" alt="Second column">
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698