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

Side by Side Diff: LayoutTests/fast/filesystem/workers/file-writer-gc-blob.html

Issue 58533003: Move fast/js/resources files to resources. (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 GC Blob Worker</title> 4 <title>File Writer GC Blob Worker</title>
5 <script src="../../js/resources/js-test-pre.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 worker = startWorker("../resources/file-writer-gc-blob.js"); 11 worker = startWorker("../resources/file-writer-gc-blob.js");
12 </script> 12 </script>
13 </body> 13 </body>
14 </html> 14 </html>
15 15
16 16
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698