summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/minified.html
blob: ab8c67d256295cfa54a81027b51747496c999423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
<head>
  <title>minified testcase</title>
  <link rel="stylesheet" href="pretty.css"/>
  <style type="text/css">body { background: red; }
div {
font-size: 5em;
color: red
}</style>
</head>
<body>
	<div>minified <span>testcase</span></div>
</body>
</html>