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

13 lines
358 B
HTML

<html>
<head>
<title>CSS3 media query test: simple media query (not braille, screen). Using style element, css @import rule</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#syntax" />
<style type="text/css">
@import url(import-p-green.css) not braille, screen;
</style>
</head>
<body>
<p> This text should be green.</p>
</body>
</html>