| 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 31c4ef6384ef192144d4305540ecd2519ac5d3a8..e05538cdd1a54cebba03b69bbddc01c5f1507294 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
|
| @@ -8,6 +8,7 @@
|
| worker.onmessage = function(event) {
|
| for (var i = 0; i < event.data.result.length; i++)
|
| document.write(event.data.result[i]);
|
| + document.close();
|
| window.parent.postMessage('DONE', '*');
|
| };
|
| };
|
|
|