Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Side by Side Diff: LayoutTests/inspector/extensions/extensions-reload-expected.txt

Issue 23514035: Add preprocessor to reloadOptions in chrome.devtools.inspectedWindow.reload(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests that webInspector.inspectedWindow.reload() successfully injects user's cod e upon reload 1 Tests that webInspector.inspectedWindow.reload() successfully injects and prepro cesses user's code upon reload
2 2
3 Started extension. 3 Started extension.
4 Running tests... 4 Running tests...
5 RUNNING TEST: extension_testReloadInjectsCode 5 RUNNING TEST: extension_testReloadInjectsCode
6 Page reloaded. 6 Page reloaded.
7 Page reloaded. 7 Page reloaded.
8 With injected code: foo = 42 8 With injected code: foo = 42
9 Without injected code: foo = undefined 9 Without injected code: foo = undefined
10 RUNNING TEST: extension_testReloadPreprocessesCode
11 Page reloaded.
12 Page reloaded.
13 With preprocessor:
14 inspector-test.js.js
15 debugger-test.js.js
16 extensions-test.js.js
17 extensions-reload.html.js
18 extensions-reload.html_onload.js
19 Without preprocessor: undefined
10 All tests done. 20 All tests done.
11 21
OLDNEW
« no previous file with comments | « LayoutTests/inspector/extensions/extensions-reload.html ('k') | Source/devtools/front_end/ExtensionServer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698