haikuwebkit/LayoutTests/fast/media/mq-simple-neg-query-01.html

13 lines
353 B
HTML

<html>
<head>
<title>CSS3 media query test: simple media query (not braille, screen). Using style element, media attribute.</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>