summaryrefslogtreecommitdiffstats
path: root/layout/reftests/usercss/usercss-moz-document.html
blob: c57c6db02dba69b31c821eafedae0266d15bd46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<style>
p {
  background-color: red;
}
.reftest-xdomain {
  background: lime;
}
</style>
</head>
<body>
<p class="reftest-domain">@-moz-document rules should be applied.</p>
<p class="reftest-xdomain">@-moz-document rules should not be applied.</p>
</body>
</html>