RetroZilla/layout/html/tests/block/bugs/40038-1.xml
2015-10-20 23:03:22 -04:00

31 lines
578 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Bug 40038</title>
</head>
<body>
<div align="center">
<table width="400" frame="border">
<tr>
<td>
Table centered, left justified
</td>
</tr>
</table>
</div>
<div align="right">
<table width="400" frame="border">
<tr>
<td>
Table at right, left justified
</td>
</tr>
</table>
</div>
</body>
</html>