summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1365162-1-ref.html
blob: 140cda7606ce2d9a5f03435768da1415cd834385 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
p { color: green; }
</style>
<div lang="zh">
  <div>
    <p>This text should be green.</p>
  </div>
</div>
<p>This text should be green.</p>