| Index: chrome/test/data/popup_blocker/popup-blocked-to-post-blank.html
|
| diff --git a/chrome/test/data/popup_blocker/popup-blocked-to-post-blank.html b/chrome/test/data/popup_blocker/popup-blocked-to-post-blank.html
|
| index 29ed23d3c61a1c1b45e5a4db6c302d93f7fed27a..b9ea1684ee9b26df6083b4c940bff58ff3962b25 100644
|
| --- a/chrome/test/data/popup_blocker/popup-blocked-to-post-blank.html
|
| +++ b/chrome/test/data/popup_blocker/popup-blocked-to-post-blank.html
|
| @@ -1,18 +1,18 @@
|
| -<html>
|
| -<head>
|
| -<title>Popup Blocked Post Blank</title>
|
| -<script>
|
| -function test() {
|
| - // We rely on sequential ordering of POST processing.
|
| - var form = document.getElementById('form');
|
| - form.submit();
|
| -}
|
| -</script>
|
| -</head>
|
| -<body onload="test()">
|
| -If the POST pop-up was not blocked then there will be an warning message displayed in a new tab. Otherwise, the test passes.
|
| -<form id="form" method="post" action="data:text/html,<title>Popup Success!</title>you should not see this message if popup blocker is enabled" target="_blank">
|
| -<input type="submit" value="Submit to new window"/>
|
| -</form>
|
| -</body>
|
| -</html>
|
| +<html>
|
| +<head>
|
| +<title>Popup Blocked Post Blank</title>
|
| +<script>
|
| +function test() {
|
| + // We rely on sequential ordering of POST processing.
|
| + var form = document.getElementById('form');
|
| + form.submit();
|
| +}
|
| +</script>
|
| +</head>
|
| +<body onload="test()">
|
| +If the POST pop-up was not blocked then there will be an warning message displayed in a new tab. Otherwise, the test passes.
|
| +<form id="form" method="post" action="data:text/html,<title>Popup Success!</title>you should not see this message if popup blocker is enabled" target="_blank">
|
| +<input type="submit" value="Submit to new window"/>
|
| +</form>
|
| +</body>
|
| +</html>
|
|
|