Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / table-cell-content-change-expected.html
blob103cdb3b87f71fad454a0ac45b167219e170046c
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <h3>Changing the contents of a table cell, increasing column height</h3>
6 <p>You should see the text "first column" once in the first column, and the text "second
7 column" twice in the second column.</p>
8 <div style="-webkit-columns:2; columns:2; orphans:1; widows:1;">
9 first column<br>
10 <br>
11 second column<br>
12 second column
13 </div>
14 </body>
15 </html>