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> |