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

Side by Side Diff: LayoutTests/fast/files/url-null.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 <link rel="stylesheet" href="../js/resources/js-test-style.css"> 4 <link rel="stylesheet" href="../js/resources/js-test-style.css">
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 description("Test URL methods with null arguments."); 11 description("Test URL methods with null arguments.");
12 12
13 shouldBe("URL.createObjectURL(null)", "null"); 13 shouldBe("URL.createObjectURL(null)", "null");
14 evalAndLog("URL.revokeObjectURL(null)"); 14 evalAndLog("URL.revokeObjectURL(null)");
15 var successfullyParsed = true; 15 var successfullyParsed = true;
16 16
17 </script> 17 </script>
18 <script src="../js/resources/js-test-post.js"></script>
19 </body> 18 </body>
20 </html> 19 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/files/not-enough-arguments.html ('k') | LayoutTests/fast/files/url-required-arguments.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698