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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #fakeMulticol {
4 line-height: 2em;
5 -webkit-writing-mode:vertical-rl;
6 }
7 #fakeMulticol > span {
8 display: inline-block;
9 height: 1em;
10 }
11 </style>
12 <p>The word 'PASSED' should be seen below (writing-mode is vertical-rl).</p>
13 <div id="fakeMulticol">
14 <span>P</span><span>A</span><span>S</span><span>S</span><span>E</span><span> D</span>
15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698