Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>Test 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="position: relative"> | |
| 5 <div style="-webkit-column-span:all"> | |
| 6 <div style=" outline: 2px solid blue; height: 100px"></div> | |
| 7 </div> | |
| 8 </div> | |
| 9 </div> | |
| OLD | NEW |