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

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

Issue 1009313002: Rewrite fast/multicol/*nested-columns.html as reftests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/nested-columns-expected.html
diff --git a/LayoutTests/fast/multicol/nested-columns-expected.html b/LayoutTests/fast/multicol/nested-columns-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..bd2f97fead9575c90bbe3e205caffc23de0e1299
--- /dev/null
+++ b/LayoutTests/fast/multicol/nested-columns-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+ #fakeMulticol {
+ line-height: 2em;
+ }
+ #fakeMulticol > span {
+ display: inline-block;
+ width: 1em;
+ }
+</style>
+<p>The word 'PASSED' should be seen below.</p>
+<div id="fakeMulticol">
+ <span>P</span><span>A</span><span>S</span><span>S</span><span>E</span><span>D</span>
+</div>
« no previous file with comments | « LayoutTests/fast/multicol/nested-columns.html ('k') | LayoutTests/fast/multicol/vertical-lr/nested-columns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698