summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/minified.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/styleeditor/test/minified.html')
-rw-r--r--devtools/client/styleeditor/test/minified.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/devtools/client/styleeditor/test/minified.html b/devtools/client/styleeditor/test/minified.html
new file mode 100644
index 000000000..ab8c67d25
--- /dev/null
+++ b/devtools/client/styleeditor/test/minified.html
@@ -0,0 +1,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>