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

Side by Side Diff: LayoutTests/fast/multicol/vertical-lr/column-count-with-rules.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
OLDNEW
(Empty)
1 <body style="-webkit-writing-mode: vertical-lr">
2 <p style="-webkit-column-count:3; -webkit-column-rule:3px solid black; column-co unt:3; column-rule:3px solid black; column-fill:auto; width:100px;border:10px so lid maroon; padding:20px;">
3 This is some column text.<br>
4 This is some column text.<br>
5 This is some column text.<br>
6 This is some column text.<br>
7 This is some column text.<br>
8 This is some column text.<br>
9 This is some column text.<br>
10 This is some column text.<br>
11 This is some column text.<br>
12 This is some column text.<br>
13 This is some column text.<br>
14 This is some column text.<br>
15 This is some column text.<br>
16 </p>
17
18 <p style="-webkit-column-count:3; -webkit-column-rule:3px solid black; column-co unt:3; column-rule:3px solid black; column-fill:auto; width:100px;border:10px so lid maroon; padding:20px; direction:rtl">
19 This is some column text.<br>
20 This is some column text.<br>
21 This is some column text.<br>
22 This is some column text.<br>
23 This is some column text.<br>
24 This is some column text.<br>
25 This is some column text.<br>
26 This is some column text.<br>
27 This is some column text.<br>
28 This is some column text.<br>
29 This is some column text.<br>
30 This is some column text.<br>
31 This is some column text.<br>
32 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698