Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>Below you should see the word 'PASS' (with large letter spacing). Below the w ord there should be | |
| 3 a green square with a black border.</p> | |
| 4 <div style="-webkit-columns:1em; -webkit-column-gap:1em; width:13em;"> | |
| 5 P<br>A<br>S<br>S | |
| 6 <div style="-webkit-column-span:all; position:relative; border:1px solid bla ck; padding:10px; width:100px; height:100px; background:red;"> | |
| 7 <div style="position:absolute; bottom:0; right:0; width:100%; height:100 %; background:green;"></div> | |
|
Julien - ping for review
2015/01/20 10:10:41
If you remove the paddings on the column spanner (
mstensho (USE GERRIT)
2015/01/20 10:31:48
I actually wanted to test that the abspos takes up
| |
| 8 </div> | |
| 9 </div> | |
| OLD | NEW |