| Index: LayoutTests/fast/frames/sandboxed-iframe-workers.html
|
| diff --git a/LayoutTests/fast/frames/sandboxed-iframe-workers.html b/LayoutTests/fast/frames/sandboxed-iframe-workers.html
|
| index 76386a007eb7e982ff9a7b10ffb58609996a06fc..edb7a2cc397e86629bc81bf5497b766095fefcba 100644
|
| --- a/LayoutTests/fast/frames/sandboxed-iframe-workers.html
|
| +++ b/LayoutTests/fast/frames/sandboxed-iframe-workers.html
|
| @@ -14,9 +14,9 @@
|
| <script>
|
| try {
|
| var s = new SharedWorker('http://127.0.0.1:8080/fast/frames/resources/sandboxed-iframe-workers.js');
|
| - alert('FAIL: SharedWorker creation should have thrown an exception.');
|
| + console.log('FAIL: SharedWorker creation should have thrown an exception.');
|
| } catch (e) {
|
| - alert('PASS: SharedWorker creation threw \'' + e + '\'.');
|
| + console.log('PASS: SharedWorker creation threw \'' + e + '\'.');
|
| }
|
| </script>
|
| "></iframe>
|
|
|