summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/406137.html
blob: 75337de72c72dbddbac88b955b9ec0b135c27fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>