Index: LayoutTests/fast/frames/sandboxed-iframe-scripting-02.html |
diff --git a/LayoutTests/fast/frames/sandboxed-iframe-scripting-02.html b/LayoutTests/fast/frames/sandboxed-iframe-scripting-02.html |
index d02bdb2c9ae8648811107a0150ce8f717cf03788..3689adb1d5e509bba60e36b3e8f72bf916c6e677 100644 |
--- a/LayoutTests/fast/frames/sandboxed-iframe-scripting-02.html |
+++ b/LayoutTests/fast/frames/sandboxed-iframe-scripting-02.html |
@@ -23,7 +23,7 @@ |
</head> |
<body> |
<iframe sandbox="allow-same-origin allow-scripts" |
- src="data:text/html,<script>alert('PASS: Executed script in data URL');window.parent.postMessage({'pass': true}, '*');</script>"> |
+ src="data:text/html,<script>console.log('PASS: Executed script in data URL');window.parent.postMessage({'pass': true}, '*');</script>"> |
</iframe> |
<script> |
description("Verify that sandboxed frames with sandbox='allow-scripts' can execute script from data: URLs."); |