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

15 lines
355 B
HTML

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