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