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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/extensions/extensions-reload-expected.txt
diff --git a/LayoutTests/inspector/extensions/extensions-reload-expected.txt b/LayoutTests/inspector/extensions/extensions-reload-expected.txt
index 1e95537eabe2553368c521593097967218c9be4f..6bd4ce3f7f714c3854eee85a9c18c9b7ea25e425 100644
--- a/LayoutTests/inspector/extensions/extensions-reload-expected.txt
+++ b/LayoutTests/inspector/extensions/extensions-reload-expected.txt
@@ -1,4 +1,4 @@
-Tests that webInspector.inspectedWindow.reload() successfully injects user's code upon reload
+Tests that webInspector.inspectedWindow.reload() successfully injects and preprocesses user's code upon reload
Started extension.
Running tests...
@@ -7,5 +7,15 @@ Page reloaded.
Page reloaded.
With injected code: foo = 42
Without injected code: foo = undefined
+RUNNING TEST: extension_testReloadPreprocessesCode
+Page reloaded.
+Page reloaded.
+With preprocessor:
+inspector-test.js.js
+debugger-test.js.js
+extensions-test.js.js
+extensions-reload.html.js
+extensions-reload.html_onload.js
+Without preprocessor: undefined
All tests done.
« 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