summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/media-queries/005-isvalid.html
blob: cfcf027d0d1362e9ca7ffa528b8c8af0707788f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>not screen</title>
<link href='foo' media='not screen' rel='stylesheet'>
</head>
<body>
<p>not screen</p>
</body>
</html>