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>