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