usercss-moz-document-ref.html (204B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style>p { background-color: lime; }</style> 5 </head> 6 <body> 7 <p>@-moz-document rules should be applied.</p> 8 <p>@-moz-document rules should not be applied.</p> 9 </body> 10 </html>