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

Side by Side Diff: LayoutTests/fast/filesystem/workers/file-writer-sync-truncate-extend.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 Sync Truncate-To-Extend</title> 4 <title>File Writer Sync Truncate-To-Extend</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 worker = startWorker("../resources/file-writer-sync-truncate-extend.js") ; 11 worker = startWorker("../resources/file-writer-sync-truncate-extend.js") ;
12 </script> 12 </script>
13 <script src="../../js/resources/js-test-post.js"></script>
14 </body> 13 </body>
15 </html> 14 </html>
16 15
17 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698