summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/media/mq-invalid-syntax-02.html
blob: 90397e7d4a4ccfbe5d55df0314a9385d339f52c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<title>CSS3 media query test: syntactically invalid media query inside html element should be treated like any other media query.</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />

<link rel="stylesheet" type="text/css" media="all and invalid" href="import-p-red.css">

</head>
<body>
<p>This text should not be red.</p>
</body>
</html>