gecko-dev/layout/reftests/bugs/1446470.html

9 строки
136 B
HTML

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