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

Unified Diff: LayoutTests/fast/multicol/vertical-lr/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-lr/nested-columns-expected.html
diff --git a/LayoutTests/fast/multicol/vertical-lr/nested-columns-expected.html b/LayoutTests/fast/multicol/vertical-lr/nested-columns-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5c8f192918e208f1ca2c1703f97e146d00a7c29e
--- /dev/null
+++ b/LayoutTests/fast/multicol/vertical-lr/nested-columns-expected.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<style>
+ #fakeMulticol {
+ line-height: 2em;
+ -webkit-writing-mode:vertical-lr;
+ }
+ #fakeMulticol > span {
+ display: inline-block;
+ height: 1em;
+ }
+</style>
+<p>The word 'PASSED' should be seen below (writing-mode is vertical-lr).</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/vertical-lr/nested-columns.html ('k') | LayoutTests/fast/multicol/vertical-rl/nested-columns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698