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

Unified Diff: LayoutTests/webexposed/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: Rebase on master 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/webexposed/global-constructors-attributes-worker.html
diff --git a/LayoutTests/traversal/exception-forwarding.html b/LayoutTests/webexposed/global-constructors-attributes-worker.html
similarity index 69%
copy from LayoutTests/traversal/exception-forwarding.html
copy to LayoutTests/webexposed/global-constructors-attributes-worker.html
index f58ab16c80c2421b10af578073c3f113d65920c0..9d2e22c350795eab14cb6ff5f811db7445bb6e0a 100644
--- a/LayoutTests/traversal/exception-forwarding.html
+++ b/LayoutTests/webexposed/global-constructors-attributes-worker.html
@@ -4,7 +4,9 @@
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
-<script src="script-tests/exception-forwarding.js"></script>
+<script>
+worker = startWorker("resources/global-constructors-attributes-worker.js");
+</script>
<script src="../fast/js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698