summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/sourcemaps-watching.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/styleeditor/test/sourcemaps-watching.html')
-rw-r--r--devtools/client/styleeditor/test/sourcemaps-watching.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/devtools/client/styleeditor/test/sourcemaps-watching.html b/devtools/client/styleeditor/test/sourcemaps-watching.html
new file mode 100644
index 000000000..fc9909ea5
--- /dev/null
+++ b/devtools/client/styleeditor/test/sourcemaps-watching.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html>
+<head>
+ <title>testcase for testing CSS source maps</title>
+ <link rel="stylesheet" type="text/css" href="simple.css"/>
+ <link rel="stylesheet" type="text/css" href="sourcemap-css/sourcemaps.css?test=1"/>
+</head>
+<body>
+ <div>source maps <span>testcase</span></div>
+</body>
+</html>