Index: LayoutTests/http/tests/security/no-popup-from-sandbox.html |
diff --git a/LayoutTests/http/tests/security/no-popup-from-sandbox.html b/LayoutTests/http/tests/security/no-popup-from-sandbox.html |
index b647c37e8156648e5ed9c78128d5de7348afede6..9a8626abde5109b0d699db3a4db77889b44d0907 100644 |
--- a/LayoutTests/http/tests/security/no-popup-from-sandbox.html |
+++ b/LayoutTests/http/tests/security/no-popup-from-sandbox.html |
@@ -9,6 +9,6 @@ if (window.testRunner) { |
src="data:text/html, |
<script> |
var win = window.open('about:blank', '_blank'); |
- alert(win ? 'FAIL' : 'PASS'); |
+ console.log(win ? 'FAIL' : 'PASS'); |
</script>" |
></iframe> |