| OLD | NEW |
| 1 Tests that src and href element targets are rewritten properly. | 1 Tests that src and href element targets are rewritten properly. |
| 2 | 2 |
| 3 | 3 |
| 4 javascript:alert('foo') | 4 javascript:alert('foo') |
| 5 ,bogusSheet1.css | 5 ,bogusSheet1.css |
| 6 http://127.0.0.1/script.js |
| 7 http://127.0.0.1/stylesheet.css |
| 8 http://127.0.0.1/target.html |
| 6 inspector,elements,bogusSheet2.css | 9 inspector,elements,bogusSheet2.css |
| 10 tests,inspector,elements-test.js |
| 7 tests,inspector,inspector-test.js | 11 tests,inspector,inspector-test.js |
| 8 tests,inspector,elements-test.js | |
| 9 http://127.0.0.1/stylesheet.css | |
| 10 http://127.0.0.1/script.js | |
| 11 http://127.0.0.1/target.html | |
| 12 | 12 |
| OLD | NEW |