summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/multiple-percent-height-rows.html
blob: 58476f0c0a2ecd9eff43c95c0db242df85cefbe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="435" height="227" border="1" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="100%" height ="100%" border="1" cellspacing="0" cellpadding="0">
      <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>