OLD | NEW |
| 1 CONSOLE MESSAGE: line 3: preprocessor transcoding inspector-test.js |
| 2 CONSOLE MESSAGE: line 3: preprocessor transcoding extensions-test.js |
| 3 CONSOLE MESSAGE: line 3: preprocessor transcoding test-script.js |
| 4 CONSOLE MESSAGE: line 1: running preprocessed test-script.js |
| 5 CONSOLE MESSAGE: line 3: preprocessor transcoding extensions-reload.html |
| 6 CONSOLE MESSAGE: line 7: running preprocessed extensions-reload_html |
| 7 CONSOLE MESSAGE: line 3: preprocessor transcoding onload |
| 8 CONSOLE MESSAGE: line 57: running preprocessed onload |
1 Tests that webInspector.inspectedWindow.reload() successfully injects user's cod
e upon reload | 9 Tests that webInspector.inspectedWindow.reload() successfully injects user's cod
e upon reload |
2 | 10 |
3 Started extension. | 11 Started extension. |
4 Running tests... | 12 Running tests... |
5 RUNNING TEST: extension_testReloadInjectsCode | 13 RUNNING TEST: extension_testReloadInjectsCode |
6 Page reloaded. | 14 Page reloaded. |
7 Page reloaded. | 15 Page reloaded. |
8 With injected code: foo = 42 | 16 With injected code: foo = 42 |
9 Without injected code: foo = undefined | 17 Without injected code: foo = undefined |
| 18 RUNNING TEST: extension_testReloadPreprocessesCode |
| 19 Page reloaded. |
10 All tests done. | 20 All tests done. |
11 | 21 |
OLD | NEW |