| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 4 <script> | 4 <script> |
| 5 | 5 |
| 6 function test() | 6 function test() |
| 7 { | 7 { |
| 8 var testCases = [ | 8 var testCases = [ |
| 9 "http://www.example.com/foo/jquery-1.7-min.js", "/jquery\\-1\\.7\\-min\\
.js$", | 9 "http://www.example.com/foo/jquery-1.7-min.js", "/jquery\\-1\\.7\\-min\\
.js$", |
| 10 "https://www.example.com/jquery.js?version=1.7", "/jquery\\.js\\b", | 10 "https://www.example.com/jquery.js?version=1.7", "/jquery\\.js\\b", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 | 36 |
| 37 </script> | 37 </script> |
| 38 </head> | 38 </head> |
| 39 | 39 |
| 40 <body onload="runTest()"> | 40 <body onload="runTest()"> |
| 41 <p> | 41 <p> |
| 42 Tests framework blackbox patterns for various URLs. | 42 Tests framework blackbox patterns for various URLs. |
| 43 </p> | 43 </p> |
| 44 </body> | 44 </body> |
| 45 </html> | 45 </html> |
| OLD | NEW |