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

Unified Diff: LayoutTests/fast/js/global-constructors-attributes-worker.html

Issue 16528005: Add layout test to verify that global constructors in workers environment have right attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: LayoutTests/fast/js/global-constructors-attributes-worker.html
diff --git a/LayoutTests/fast/js/dfg-inline-arguments-become-int32.html b/LayoutTests/fast/js/global-constructors-attributes-worker.html
similarity index 69%
copy from LayoutTests/fast/js/dfg-inline-arguments-become-int32.html
copy to LayoutTests/fast/js/global-constructors-attributes-worker.html
index 2fb10fd8879da92c4a6c965da86e0bf20d63756a..5edbea66a7b36b602f3fbdfe0c7c31855c1d9456 100644
--- a/LayoutTests/fast/js/dfg-inline-arguments-become-int32.html
+++ b/LayoutTests/fast/js/global-constructors-attributes-worker.html
@@ -4,7 +4,9 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<script src="script-tests/dfg-inline-arguments-become-int32.js"></script>
+<script>
+worker = startWorker("script-tests/global-constructors-attributes-worker.js");
+</script>
<script src="resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698