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

Side by Side Diff: LayoutTests/fast/filesystem/workers/file-writer-events-shared-worker.html

Issue 1140133003: js-test.js: Allow creating a CompositorWorker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/workers/shared-worker-messageevent-source.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>File Writer Events Shared Worker</title> 4 <title>File Writer Events Shared Worker</title>
5 <script src="../../../resources/js-test.js"></script> 5 <script src="../../../resources/js-test.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <div id="description"></div> 8 <div id="description"></div>
9 <div id="console"></div> 9 <div id="console"></div>
10 <script> 10 <script>
11 var worker = startWorker("../resources/shared-worker-stub.js", true /* s hared */); 11 var worker = startWorker("../resources/shared-worker-stub.js", "shared") ;
12 worker.port.postMessage("IMPORT:file-writer-events.js"); 12 worker.port.postMessage("IMPORT:file-writer-events.js");
13 </script> 13 </script>
14 </body> 14 </body>
15 </html> 15 </html>
16 16
17 17
18 18
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/workers/shared-worker-messageevent-source.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698