Index: chrome/test/data/popup_blocker/popup-on-unload.html |
diff --git a/chrome/test/data/popup_blocker/popup-on-unload.html b/chrome/test/data/popup_blocker/popup-on-unload.html |
index a2a2aa2656936742fc5d3bcdbde0676d2ecc9e45..ea93278ba739a8cb55326446bc49c3edb1b27f93 100644 |
--- a/chrome/test/data/popup_blocker/popup-on-unload.html |
+++ b/chrome/test/data/popup_blocker/popup-on-unload.html |
@@ -3,8 +3,7 @@ |
<title>Popup created using window.open</title> |
<script> |
function popup() { |
- window.open("data:text/html,<title>Popup Success!</title>" + |
- "you should not see this message if popup blocker is enabled", |
+ window.open("popup-success.html", |
"_blank", "menubar=1, resizable=1, width=350, height=250"); |
} |