Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/fill-after-spanner-exact-fit.html

Issue 712553003: [New Multicolumn] Actual support for layout of column-span:all. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review. Camelize. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Inside the dashed box below you should see the word "PASS" twice, then a smal l blue box,
3 then the word "PASS" three times. Large letter spacing is fine.</p>
4 <div style="width:4em; margin:20px; border:2px dashed salmon; padding:10px; -web kit-columns:4; column-fill:auto; height:13.5em; line-height:2em; orphans:1; wido ws:1;">
5 P<br>P<br>A<br>A<br>S<br>S<br>S<br>S
6 <div style="-webkit-column-span:all; width:0.5em; height:2em; margin:auto; b ackground:blue;"></div>
7 P<br>P<br>P<br>A<br>A<br>A<br>S<br>S<br>S<br>S<br>S<br>S
8 </div>
OLDNEW

Powered by Google App Engine