blob: 7c60e5a886dac4ebab800369fcb11ae75dae17de (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>screen and (min-width: 00)</title>
<link href='foo' media='screen and (min-width: 00)' rel='stylesheet'>
</head>
<body>
<p>screen and (min-width: 00)</p>
</body>
</html>
|