summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/mochitest/inspector_css-properties.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/server/tests/mochitest/inspector_css-properties.html')
-rw-r--r--devtools/server/tests/mochitest/inspector_css-properties.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/devtools/server/tests/mochitest/inspector_css-properties.html b/devtools/server/tests/mochitest/inspector_css-properties.html
new file mode 100644
index 000000000..2c160c928
--- /dev/null
+++ b/devtools/server/tests/mochitest/inspector_css-properties.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<body>
+ <script type="text/javascript">
+ window.onload = function() {
+ window.opener.postMessage('ready', '*');
+ };
+ </script>
+</body>
+</html>