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

17 lines
294 B
HTML

<html>
<head>
<title>Div test case</title>
</head>
<body>
<div style="border: thin solid black; float: right; width: auto; margin-right:
5%; text-align: right">
Today is Wednesday, October 27 1999
</div>
<div style="border: thin solid red">
what's new
</div>
</body>
</html>