blob: fc075b22bc5cc2f402cc7a1c4b2f5f2e9b3c7ef7 [file] [log] [blame]
<html>
<head>
<title> CSS3 media query test: simple media query (not braille, screen). Using style element, css @media rule</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#syntax" />
<style type="text/css">
@media not braille, screen {
p { color: green }
}
</style>
</head>
<body>
<p> This text should be green.</p>
</body>
</html>