gecko-dev/layout/reftests/usercss/usercss-moz-document.html
Masatoshi Kimura b299a459d1 Bug 1358524 - Load userContent.css on both style backends in e10s. r=bholley
MozReview-Commit-ID: 54HOAnm73dz

--HG--
rename : layout/reftests/usercss/usercss-ref.html => layout/reftests/usercss/usercss-moz-document-ref.html
rename : layout/reftests/usercss/usercss.html => layout/reftests/usercss/usercss-moz-document.html
rename : layout/reftests/usercss/usercss.html => layout/reftests/usercss/usercss-xbl.html
extra : rebase_source : f2653dc4f89f8be7ab54c666a82861f3048f2d4d
2017-05-03 20:48:48 +09:00

18 lines
295 B
HTML

<!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>