gecko-dev/layout/reftests/usercss/usercss-moz-document-ref.html

11 строки
204 B
HTML

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