gecko-dev/layout/reftests/bugs/1035091.html
Emilio Cobos Álvarez ec75854b21 Bug 1035091: Disable @-moz-document on author sheets on nightly and early beta. r=xidorn
MozReview-Commit-ID: AAUs1jJifjS

--HG--
extra : rebase_source : b3334ff237e66fd75ef87aa92c4c9a56fef2119f
2017-11-29 22:16:46 +01:00

8 lines
116 B
HTML

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