Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>Test that an outlined element inside a spanner. Passes if there is a complete blue rectangle below.</p> | |
| 3 <div style="width:300px; -webkit-columns:3; -webkit-column-gap:20px;"> | |
| 4 <div style="-webkit-column-span:all"> | |
|
mstensho (USE GERRIT)
2016/01/22 21:24:26
Is this still going to work if you make this one p
Xianzhu
2016/01/22 22:07:34
Yes. Added a position:relative DIV wrapper.
| |
| 5 <div style=" outline: 2px solid blue; height: 100px"></div> | |
| 6 </div> | |
| 7 </div> | |
| OLD | NEW |