Chromium Code Reviews| Index: LayoutTests/webexposed/global-constructors-listing-worker.html |
| diff --git a/LayoutTests/webexposed/global-constructors-listing-worker.html b/LayoutTests/webexposed/global-constructors-listing-worker.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..aeccebd2b645befa518b613566fdf57834941c20 |
| --- /dev/null |
| +++ b/LayoutTests/webexposed/global-constructors-listing-worker.html |
| @@ -0,0 +1,13 @@ |
| +<html> |
| +<head> |
| +<script src="../fast/js/resources/js-test-pre.js"></script> |
| +</head> |
| +<body> |
| +<script> |
| +description("This test documents the Constructor properties on the global worker context."); |
| + |
| +worker = startWorker("resources/global-context-constructors-listing.js"); |
| +</script> |
| +<script src="../fast/js/resources/js-test-post.js"></script> |
| +</body> |
| +</html> |