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