| Index: third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-indexeddb.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-indexeddb.html b/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-indexeddb.html
|
| index 6ce2c8c4f6a251d6a57b7feb13e6870e695d2bcd..c8b73c18d734d8bf7c74b55cdfd92902fe25be5b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-indexeddb.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-indexeddb.html
|
| @@ -4,6 +4,8 @@
|
| </head>
|
| <body>
|
| <script>
|
| + if (window.testRunner)
|
| + testRunner.setDumpConsoleMessages(false);
|
| function test(method, args) {
|
| try {
|
| var request = window.indexedDB[method].call(window.indexedDB, args);
|
|
|