summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/open.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/navigation/open.html')
-rw-r--r--docshell/test/navigation/open.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docshell/test/navigation/open.html b/docshell/test/navigation/open.html
index 1bb70f865..97eb9b76e 100644
--- a/docshell/test/navigation/open.html
+++ b/docshell/test/navigation/open.html
@@ -3,7 +3,7 @@
<script>
var target = window.location.hash.substring(1);
document.write("target=" + target);
-window.open("data:text/html,<html><body>This is a popup</body></html>", target, "width=10,height=10");
+window.open("navigation_target_popup_url.html", target, "width=10,height=10");
</script>
</body>
</html>