summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/test/doc_inspector_highlighter_scroll.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devtools/client/inspector/test/doc_inspector_highlighter_scroll.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/devtools/client/inspector/test/doc_inspector_highlighter_scroll.html b/devtools/client/inspector/test/doc_inspector_highlighter_scroll.html
new file mode 100644
index 0000000000..60252f1b7a
--- /dev/null
+++ b/devtools/client/inspector/test/doc_inspector_highlighter_scroll.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <style>
+ p {
+ height: 200vh;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Bug 1382341 - test page reload and scroll position</p>
+ <a>An element anchor, used to scroll the page</a>
+ </body>
+</html>