mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
13 lines
346 B
HTML
13 lines
346 B
HTML
<!doctype html>
|
|
<title>Test for capping percentages</title>
|
|
<link rel="match" href="table-width-150percent-ref.html">
|
|
<style>
|
|
div { width:300px; background:yellow; height:50px; }
|
|
td { background:blue; }
|
|
</style>
|
|
<div>
|
|
<table width="150%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr><td>parent div float=left</td></tr>
|
|
</table>
|
|
</div>
|