summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/media.html
blob: 81222edb8e26d5fdb3ef33528b0de7262404620d (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="simple.css" media="screen,print"/>
  <link rel="stylesheet" type="text/css" href="media-small.css" media="screen and (min-width: 200px)"/>
</head>
<body>
	<div>test for media labels</div>
</body>
</html>