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