summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/363402-1-ref.html
blob: a2662f8dcae73370772c5ba70dbae0eb1950b996 (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 lang="en-US">
<head>
	<title>Testcase, bug 363402</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>

<table border align="left">
  <tr><td>table</td></tr>
  <tr><td>table</td></tr>
  <tr><td>table</td></tr>
</table>

<p>This is text that should flow around the table.</p>

</body>
</html>