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>