Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug175455-4.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

26 lines
487 B
HTML

<!doctype html public "-//w3c//dtd html 3.2//en">
<html>
<head>
<title>testcase 2</title>
<meta name="GENERATOR" content="Arachnophilia 4.0">
<meta name="FORMATTER" content="Arachnophilia 4.0">
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
<table border>
<tr>
<td width="300">
<div style="width:30%; border: solid purple">
<div style="width:200%; border:solid blue">
foo
</div>
</div>
</td></tr></table>
</body>
</html>