summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/markup/test/doc_markup_shadowdom_open_debugger_pretty_printed.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devtools/client/inspector/markup/test/doc_markup_shadowdom_open_debugger_pretty_printed.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/devtools/client/inspector/markup/test/doc_markup_shadowdom_open_debugger_pretty_printed.html b/devtools/client/inspector/markup/test/doc_markup_shadowdom_open_debugger_pretty_printed.html
new file mode 100644
index 0000000000..725bb0753b
--- /dev/null
+++ b/devtools/client/inspector/markup/test/doc_markup_shadowdom_open_debugger_pretty_printed.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Custom Element Pretty-Printed Source Test</title>
+ <script src="shadowdom_open_debugger.min.js"></script>
+</head>
+<body>
+ <test-component></test-component>
+</body>
+</html>