summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/table/table-cell-content-change-001-ref.html
blob: ad7ff706c98f2d7b0a0efc3ab40007764ad9835b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<p>Test changing the contents of a table cell, increasing column height</p>
<p>You should see the text "first column" once in the first column, and the text
  "second column" twice in the second column.</p>
<div style="width:511px; overflow:hidden; background:yellow;">
  <div style="float:left; width:255px;">
    first column
  </div>
  <div style="float:left; border-left:1px solid; padding-left:5px;">
    second column<br>
    second column
  </div>
</div>