blob: a641a5204c9ecc5a43f8db83e4f8ca4cbbeb41a4 [file] [log] [blame]
<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>