summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/parent-style-3-ref.html
blob: 35a19e3e69757250e6980134fab4ee23a1925500 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <style>
      div { background: green; }
    </style>
  </head>
  <body>
    <div><p>OneTwo</p></div>
  </body>
</html>