summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/tables/table-width-150percent-ref.html
blob: 820c360e391694732cce6cac0648a04a0f89f64d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<title>Test for capping percentages</title>
<style>
div { width:300px; background:yellow; height:50px; }
table { width:150%; }
td { background:blue; }
</style>
<div>
  <table cellspacing="0" cellpadding="0" border="0">
    <tr><td>parent div float=left</td></tr>
  </table>
</div>