summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/363874-max-width-ref.html
blob: 7e31a7097ec638de1880802ae1c35f1127f05b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
	"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
	<title>Testcase, bug 363874</title>
</head>
<body>

<table border width="100%">
  <tr><td>100</td><td width="50">50</td></tr>
</table>

<table border>
  <tr><td>aoeui aoeui aoeui aoeui aoeui aoeui aoeui aoeui aoeui</td></tr>
  <tr><td width="100">100</td></tr>
</table>

</body>
</html>