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

Side by Side Diff: LayoutTests/fast/url/host-lowercase-per-scheme.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
« no previous file with comments | « LayoutTests/fast/url/host.html ('k') | LayoutTests/fast/url/idna2003.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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 <script src="resources/utilities.js"></script> 6 <script src="resources/utilities.js"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 9
10 <script> 10 <script>
(...skipping 26 matching lines...) Expand all
37 expected = protocol + '://' + urlExpectationsLowercase[urlIndex] + ' /'; 37 expected = protocol + '://' + urlExpectationsLowercase[urlIndex] + ' /';
38 else 38 else
39 expected = protocol + '://' + urlExpectationsUppercase[urlIndex] + ' /'; 39 expected = protocol + '://' + urlExpectationsUppercase[urlIndex] + ' /';
40 40
41 shouldBe('src', 'expected'); 41 shouldBe('src', 'expected');
42 } 42 }
43 } 43 }
44 44
45 successfullyParsed = true; 45 successfullyParsed = true;
46 </script> 46 </script>
47 <script src="../js/resources/js-test-post.js"></script>
48 </body> 47 </body>
49 </html> 48 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/url/host.html ('k') | LayoutTests/fast/url/idna2003.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698