layout/reftests/bugs/210876-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/210876-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5 +<html>
     1.6 +<head>
     1.7 + <title>Bug 210876</title>
     1.8 + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     1.9 +</head>
    1.10 +<body>
    1.11 +<fieldset style="float: left; background-color: #DDDDDD; margin-right: 1em; width: auto">
    1.12 +  <table border=1>
    1.13 +    <tr><td></td><td>Col1</td><td>Col2</td></tr>
    1.14 +    <tr><td>Row1:</td><td>SomeText</td><td>MoreText</td></tr>
    1.15 +  </table>
    1.16 +</fieldset>
    1.17 +</body>
    1.18 +</html>

mercurial