summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/media-rules.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/styleeditor/test/media-rules.html')
-rw-r--r--devtools/client/styleeditor/test/media-rules.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/devtools/client/styleeditor/test/media-rules.html b/devtools/client/styleeditor/test/media-rules.html
new file mode 100644
index 000000000..edc45ccae
--- /dev/null
+++ b/devtools/client/styleeditor/test/media-rules.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" href="simple.css"/>
+ <link rel="stylesheet" href="media-rules.css"/>
+</head>
+<body>
+ <div>
+ Testing style editor media sidebar
+ </div>
+</body>
+</html> \ No newline at end of file