summaryrefslogtreecommitdiffstats
path: root/layout/reftests/floats/border-box-wrap-around-float-ref.html
blob: d688e354856d20ebbe4bf426f8a78a54a71d03b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <style>
      img { display: block; margin-left: 200px; height: 100px; width: 100px; }
    </style>
  </head>
  <body>
    <img src="../bugs/solidblue.png">
  </body>
</html>