1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/generic/crashtests/406137.html
T

17 lines
356 B
HTML

<html>
<head>
<title>redhat.com | Home</title>
<style>
#navWrap:after { content: "."; display: block; clear: both; }
</style>
</head>
<body>
<div id="navWrap">
<div style="float: left;">
foo
</div>
</div>
<img src="../../../testing/crashtest/images/tree.gif" style="float: right;">
</body>
</html>