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

Side by Side Diff: LayoutTests/fast/multicol/span/vertical-rl.html

Issue 840953006: Add some more tests for column-span:all. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: code review Created 5 years, 11 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 <!DOCTYPE html>
2 <p>Below there should be a multicol container in vertical-rl
3 writing-mode. There should be a row of columns, followed by a spanner,
4 followed by another row of columns.</p>
5 <div style="-webkit-columns:2; -webkit-column-rule:2px solid; -webkit-column-gap :1em; -webkit-writing-mode:vertical-rl; line-height:2em; height:13em; background :yellow;">
6 first<br>
7 first<br>
8 first<br>
9 second<br>
10 second<br>
11 <div style="-webkit-column-span:all; border:5px solid; padding:5px;">
12 I am a spanner. I don't care about your precious columns.
13 </div>
14 first<br>
15 first<br>
16 second<br>
17 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/span/vertical-lr-expected.html ('k') | LayoutTests/fast/multicol/span/vertical-rl-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698