summaryrefslogtreecommitdiffstats
path: root/browser/extensions/formautofill/test/fixtures/page_navigation.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/extensions/formautofill/test/fixtures/page_navigation.html')
-rw-r--r--browser/extensions/formautofill/test/fixtures/page_navigation.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/browser/extensions/formautofill/test/fixtures/page_navigation.html b/browser/extensions/formautofill/test/fixtures/page_navigation.html
new file mode 100644
index 0000000000..723afa5942
--- /dev/null
+++ b/browser/extensions/formautofill/test/fixtures/page_navigation.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Page navigation button</title>
+</head>
+<body>
+ <p><button id="windowLocationBtn" onclick = "window.location.href = `about:blank`">window.location.href</button></p>
+</body>
+</html>