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

Unified Diff: LayoutTests/fast/multicol/vertical-rl/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/vertical-rl/nested-columns-expected.html
diff --git a/LayoutTests/fast/multicol/vertical-rl/nested-columns-expected.html b/LayoutTests/fast/multicol/vertical-rl/nested-columns-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..04add2bb6fa5d62095ee900a22a3c0744929c150
--- /dev/null
+++ b/LayoutTests/fast/multicol/vertical-rl/nested-columns-expected.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<style>
+ #fakeMulticol {
+ line-height: 2em;
+ -webkit-writing-mode:vertical-rl;
+ }
+ #fakeMulticol > span {
+ display: inline-block;
+ height: 1em;
+ }
+</style>
+<p>The word 'PASSED' should be seen below (writing-mode is vertical-rl).</p>
+<div id="fakeMulticol">
+ <span>P</span><span>A</span><span>S</span><span>S</span><span>E</span><span>D</span>
+</div>

Powered by Google App Engine
This is Rietveld 408576698