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