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

Side by Side Diff: LayoutTests/fast/multicol/span/vertical-rl-expected.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
« no previous file with comments | « LayoutTests/fast/multicol/span/vertical-rl.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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-writing-mode:vertical-rl; line-height:2em; height:13em; back ground:yellow;">
6 <div style="float:left; width:6em; height:6em;">
7 first<br>
8 first<br>
9 first<br>
10 </div>
11 <div style="float:left; width:6em; height:1em;">
12 <div style="margin:auto; width:100%; height:2px; background:black;"></di v>
13 </div>
14 <div style="float:left; width:6em; height:6em;">
15 second<br>
16 second<br>
17 </div>
18 <div style="overflow:hidden; border:5px solid; padding:5px;">
19 I am a spanner. I don't care about your precious columns.
20 </div>
21 <div style="float:left; width:4em; height:6em;">
22 first<br>
23 first<br>
24 </div>
25 <div style="float:left; width:4em; height:1em;">
26 <div style="margin:auto; width:100%; height:2px; background:black;"></di v>
27 </div>
28 <div style="float:left; width:4em; height:6em;">
29 second<br>
30 </div>
31 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/span/vertical-rl.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698