hyatt@apple.com | cb5ab70 | 2014-11-19 23:40:23 +0000 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <body style="-webkit-writing-mode:vertical-lr"> |
| 3 | <div style="-webkit-columns:2; width:300px; border:2px solid blue;-webkit-line-box-contain:glyphs replaced"> |
| 4 | <p>This image should not be split across columns.<br> |
| 5 | The reason it should not be split is that the line contains no |
| 6 | text and so we should be willing to allow it to sit at the top of a new |
| 7 | page. |
| 8 | </p> |
| 9 | <div style="display:inline-block; width:100%; height:50px;background-color:lime"></div> |
| 10 | |
| 11 | <div style="display:inline-block; height:100%; width:50px;background-color:purple"></div> |
| 12 | </div></div> |