16 lines
359 B
HTML
16 lines
359 B
HTML
<!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>
|
|
<link rel="stylesheet" type="text/css" href="sourcemap-css/test-stylus.css"/>
|
|
</head>
|
|
<body>
|
|
<div>minified <span>testcase</span></div>
|
|
</body>
|
|
</html>
|