summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/out-of-flow-1-ref.html
blob: 077268d7c37f7208a867ed51e1e14edc9f83022e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <style>
      div { color: green }
    </style>
  </head>
  <body>
    <div><span style="float: left">This should be green</span></div>
  </body>
</html>