| Index: LayoutTests/http/tests/security/popup-allowed-by-sandbox-is-sandboxed-control.html
|
| diff --git a/LayoutTests/http/tests/security/popup-allowed-by-sandbox-is-sandboxed-control.html b/LayoutTests/http/tests/security/popup-allowed-by-sandbox-is-sandboxed-control.html
|
| index fe173d6cca6acbff24509d79adac7f888d7fb687..406e2b6d9860689a6699dd0dda630bf43ba59831 100644
|
| --- a/LayoutTests/http/tests/security/popup-allowed-by-sandbox-is-sandboxed-control.html
|
| +++ b/LayoutTests/http/tests/security/popup-allowed-by-sandbox-is-sandboxed-control.html
|
| @@ -11,6 +11,6 @@ if (window.testRunner) {
|
| <iframe sandbox="allow-scripts allow-popups allow-forms"
|
| src="data:text/html,
|
| <script>
|
| - var win = window.open('data:text/html,<form action=javascript:alert(/PASS/) ><input type=submit></form><script>document.forms[0].submit(); if (window.testRunner) testRunner.notifyDone();<\/script>', '_blank');
|
| + var win = window.open('data:text/html,<form action=javascript:console.log(/PASS/) ><input type=submit></form><script>document.forms[0].submit(); if (window.testRunner) testRunner.notifyDone();<\/script>', '_blank');
|
| </script>"
|
| ></iframe>
|
|
|