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