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