blob: 13024d6a9debd73e58332f428fcde79e7282a923 [file] [log] [blame]
<html>
<head>
<title>CSS3 media query test: simple media query. 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) only all;
</style>
</head>
<body>
<p> This text should be green.</p>
</body>
</html>