OLD | NEW |
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 Loading... |
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> |
OLD | NEW |