1
0
Fork 0
firefox/browser/extensions/formautofill/test/fixtures/page_navigation.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

11 lines
336 B
HTML

<!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>