| OLD | NEW |
| 1 Tests framework blackbox patterns for various URLs. | 1 Tests framework blackbox patterns for various URLs. |
| 2 | 2 |
| 3 Testing "http://www.example.com/foo/jquery-1.7-min.js" | 3 Testing "http://www.example.com/foo/jquery-1.7-min.js" |
| 4 Testing "https://www.example.com/jquery.js?version=1.7" | 4 Testing "https://www.example.com/jquery.js?version=1.7" |
| 5 Testing "http://www.google.com/jsapi" | 5 Testing "http://www.google.com/jsapi" |
| 6 Testing "https://www.google.com/jsapi/" | 6 Testing "https://www.google.com/jsapi/" |
| 7 Testing "http://www.google.com" | 7 Testing "http://www.google.com" |
| 8 Testing "http://www.google.com/" | 8 Testing "http://www.google.com/" |
| 9 Testing "data:text/html,foo" | 9 Testing "data:text/html,foo" |
| 10 Testing "about:blank" | 10 Testing "about:blank" |
| 11 Testing "" | 11 Testing "" |
| 12 Testing "chrome-extension://extensionName/main.js" | 12 Testing "chrome-extension://extensionName/main.js" |
| 13 Testing "extensions::unload_events" | 13 Testing "extensions::unload_events" |
| 14 | 14 |
| 15 PASS | 15 PASS |
| 16 | 16 |
| OLD | NEW |