summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1364280-1-ref.html
blob: d50d8250e2ba0a0740611112d2367f0dcd6a331c (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
  div { color: green; }
</style>
<body dir="ltr">
  <div>
    This should be green.
  </div>
</body>