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

Side by Side Diff: LayoutTests/webexposed/global-constructors-listing-dedicated-worker.html

Issue 17826003: Expose WorkerGlobalScope interface in worker environment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix bindings tests 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../fast/js/resources/js-test-pre.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <script> 6 <script>
7 description("This test documents the Constructor properties on the global worker context."); 7 description("This test documents the Constructor properties on DedicatedWorkerGl obalScope.");
8 8
9 worker = startWorker("resources/global-context-constructors-listing.js"); 9 worker = startWorker("resources/global-context-constructors-listing.js", false / * shared */);
10 </script> 10 </script>
11 <script src="../fast/js/resources/js-test-post.js"></script> 11 <script src="../fast/js/resources/js-test-post.js"></script>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698