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

Unified Diff: LayoutTests/webexposed/global-constructors-listing-worker.html

Issue 15879005: Add webexposed/ layout test that documents all the global constructors in the Worker context (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Share more code with global-constructors-listing.html Created 7 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/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>

Powered by Google App Engine
This is Rietveld 408576698