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

Unified Diff: LayoutTests/fast/workers/shared-worker-lifecycle.html

Issue 953793002: Oilpan: improve fast/workers/worker-document-leak.html stability. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
Index: LayoutTests/fast/workers/shared-worker-lifecycle.html
diff --git a/LayoutTests/fast/workers/shared-worker-lifecycle.html b/LayoutTests/fast/workers/shared-worker-lifecycle.html
index cfb0c3e50fcc134dae0284ebed19aed1b93a5ce7..9c144247a6bb9d34a378f89b08d92264f6fe18be 100644
--- a/LayoutTests/fast/workers/shared-worker-lifecycle.html
+++ b/LayoutTests/fast/workers/shared-worker-lifecycle.html
@@ -1,6 +1,7 @@
<body>
<p>Test SharedWorker lifecycle. Will print PASS multiple times, followed by DONE.</p>
<div id=result></div>
+<script src="../../resources/gc.js"></script>
<script src="resources/shared-worker-create-common.js"></script>
<script src="resources/worker-util.js"></script>
<script src="resources/worker-lifecycle.js"></script>
« no previous file with comments | « LayoutTests/fast/workers/resources/worker-util.js ('k') | LayoutTests/fast/workers/worker-document-leak.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698