trisquel-icecat/icecat/layout/reftests/bugs/1035091-2.html

8 lines
139 B
HTML

<!doctype html>
<style>
div { color: green; }
@-moz-document url-prefix(foo) {
div { color: red; }
}
</style>
<div>Should be green</div>