| Index: third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html b/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html
|
| index e05538cdd1a54cebba03b69bbddc01c5f1507294..877904975005178656da3e32735a85e609ab2430 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html
|
| @@ -2,6 +2,8 @@
|
| <html>
|
| <head>
|
| <script>
|
| + if (window.testRunner)
|
| + testRunner.setDumpConsoleMessages(false);
|
| window.onload = function() {
|
| var worker = new Worker('worker-for-indexeddb.js');
|
| worker.postMessage(true);
|
|
|