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

Unified Diff: LayoutTests/fast/multicol/overflow-across-columns-expected.html

Issue 897023003: Rewrite fast/multicol/overflow-across-columns.html as a reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/overflow-across-columns-expected.html
diff --git a/LayoutTests/fast/multicol/overflow-across-columns-expected.html b/LayoutTests/fast/multicol/overflow-across-columns-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2df004cbb2b2be46b822f4218e8ca0765f6c3b9a
--- /dev/null
+++ b/LayoutTests/fast/multicol/overflow-across-columns-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<p>Test that content is properly split into columns when inside auto overflow that doesn't result in any scrollbars.</p>
+<p>The word 'PASS' (with large letter spacing) should be seen below.</p>
+<div style="float:left; width:2em;">P</div>
+<div style="float:left; width:2em;">A</div>
+<div style="float:left; width:2em;">S</div>
+<div style="float:left; width:2em;">S</div>

Powered by Google App Engine
This is Rietveld 408576698