summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1035091.html
blob: 5e8df072d7d1033b46f45f4feabd67c6ffe7cdfa (plain)
1
2
3
4
5
6
7
<!doctype html>
<style>
@-moz-document url-prefix() {
  div { color: green; }
}
</style>
<div>Should be green</div>