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