summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/media.html
blob: ef05818c589427a764408f6fd84926b4bb307b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>