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

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

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
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="../../js/resources/js-test-pre.js"></script> 5 <script src="../../js/resources/js-test-pre.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", true /* s hared */);
12 worker.port.postMessage("IMPORT:file-writer-events.js"); 12 worker.port.postMessage("IMPORT:file-writer-events.js");
13 </script> 13 </script>
14 <script src="../../js/resources/js-test-post.js"></script>
15 </body> 14 </body>
16 </html> 15 </html>
17 16
18 17
19 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698