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

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

Issue 2668613002: [inspector] added Debugger.moduleRequested notification
Patch Set: addressed comments 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
« src/objects.h ('K') | « test/inspector/debugger/es6-module-resolved.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-resolved-expected.txt
diff --git a/test/inspector/debugger/es6-module-resolved-expected.txt b/test/inspector/debugger/es6-module-resolved-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..69ef77f64da161bdee6b496f402009cfd9c157ec
--- /dev/null
+++ b/test/inspector/debugger/es6-module-resolved-expected.txt
@@ -0,0 +1,9 @@
+Checks Debugger.moduleResolved 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'
« src/objects.h ('K') | « test/inspector/debugger/es6-module-resolved.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698