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