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

Unified Diff: LayoutTests/fast/workers/shared-worker-replace-event-handler.html

Issue 1140133003: js-test.js: Allow creating a CompositorWorker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 7 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-replace-event-handler.html
diff --git a/LayoutTests/fast/workers/shared-worker-replace-event-handler.html b/LayoutTests/fast/workers/shared-worker-replace-event-handler.html
index 57ff0f96040cc62dcbeed23644f72140aa75135f..0a3b924bc05ae0e968cfabc928169db4566516e4 100644
--- a/LayoutTests/fast/workers/shared-worker-replace-event-handler.html
+++ b/LayoutTests/fast/workers/shared-worker-replace-event-handler.html
@@ -3,5 +3,5 @@
<script>
// http://crbug.com/239669
description("Tests that repeatedly setting 'onerror' within a shared worker doesn't crash.");
-startWorker("resources/shared-worker-replace-event-handler.js", true);
+startWorker("resources/shared-worker-replace-event-handler.js", "shared");
</script>

Powered by Google App Engine
This is Rietveld 408576698