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

Unified Diff: test/inspector/debugger/es6-module-requested-expected.txt

Issue 2668613002: [inspector] added Debugger.moduleRequested notification
Patch Set: added missing test Created 3 years, 11 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
« no previous file with comments | « test/inspector/debugger/es6-module-requested.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/es6-module-requested-expected.txt
diff --git a/test/inspector/debugger/es6-module-requested-expected.txt b/test/inspector/debugger/es6-module-requested-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d86f67f0cae38ac8048639436ac4f366c5875878
--- /dev/null
+++ b/test/inspector/debugger/es6-module-requested-expected.txt
@@ -0,0 +1,9 @@
+Checks Debugger.moduleRequested notifications.
+
+Running test: reportExistingResolvedModulesOnDebuggerEnable
+module3 requested module1 with import .. 'module1'
+module3 requested module2 with import .. 'module2'
+
+Running test: moduleResolvedWhenDebuggerIsEnabled
+module4 requested module1 with import .. 'module1'
+module4 requested module2 with import .. 'module2'
« no previous file with comments | « test/inspector/debugger/es6-module-requested.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698