Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html

Issue 2090343003: Fix site-per-process layout tests timeouts due to document.write(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-shared-worker.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', '*');
};
};
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-shared-worker.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698