summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/test/doc_inspector_highlighter_cssshapes-percent.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/inspector/test/doc_inspector_highlighter_cssshapes-percent.html')
-rw-r--r--devtools/client/inspector/test/doc_inspector_highlighter_cssshapes-percent.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/devtools/client/inspector/test/doc_inspector_highlighter_cssshapes-percent.html b/devtools/client/inspector/test/doc_inspector_highlighter_cssshapes-percent.html
new file mode 100644
index 0000000000..66050e9612
--- /dev/null
+++ b/devtools/client/inspector/test/doc_inspector_highlighter_cssshapes-percent.html
@@ -0,0 +1,18 @@
+<!-- Any copyright is dedicated to the Public Domain.
+ http://creativecommons.org/publicdomain/zero/1.0/ -->
+<!DOCTYPE html>
+<meta charset="utf-8">
+<style>
+ html, body {
+ height: 100%;
+ margin: 0;
+ }
+
+ #inset {
+ /* clip-path gets added with JavaScript */
+ width: 100%;
+ height: 100%;
+ background: #f06;
+ }
+</style>
+<div id="inset"></div>