summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/media/mq-simple-query-04.html
blob: 6506d1bae25d900b01800bd6e00554d4c65cb127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<title>CSS3 media query test: simple media query. Using style element, css @media rule</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#syntax" />
<style type="text/css">
@media only all {
p { color: green }
}
</style>
</head>
<body>
<p> This text should be green.</p>
</body>
</html>