summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/import.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/styleeditor/test/import.html')
-rw-r--r--devtools/client/styleeditor/test/import.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/devtools/client/styleeditor/test/import.html b/devtools/client/styleeditor/test/import.html
new file mode 100644
index 000000000..bc92baeba
--- /dev/null
+++ b/devtools/client/styleeditor/test/import.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html>
+<head>
+ <title>import testcase</title>
+ <link rel="stylesheet" charset="UTF-8" type="text/css" media="screen" href="simple.css"/>
+ <link rel="stylesheet" charset="UTF-8" type="text/css" media="screen" href="import.css"/>
+</head>
+<body>
+ <div>import <span>testcase</span></div>
+</body>
+</html>