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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/sources/js-sourcemaps-toggle-enabled-expected.txt

Issue 2784413003: DevTools: carefully cleanup javascript sourcemaps (Closed)
Patch Set: address comments Created 3 years, 9 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: third_party/WebKit/LayoutTests/http/tests/inspector/sources/js-sourcemaps-toggle-enabled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/js-sourcemaps-toggle-enabled-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/js-sourcemaps-toggle-enabled-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..dbf0872c3c1a478c80f2711cb754d7bf315e1be8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/js-sourcemaps-toggle-enabled-expected.txt
@@ -0,0 +1,35 @@
+Verify that JavaScript sourcemap enabling and disabling adds/removes sourcemap sources.
+
+
+Running: dumpInitialNavigator
+top
+ 127.0.0.1:8000
+ inspector
+ sources
+ resources
+ sourcemap-script.js
+ sourcemap-typescript.ts
+ js-sourcemaps-toggle-enabled.html
+ inspector-test.js
+
+Running: disableJSSourceMaps
+top
+ 127.0.0.1:8000
+ inspector
+ sources
+ resources
+ sourcemap-script.js
+ js-sourcemaps-toggle-enabled.html
+ inspector-test.js
+
+Running: enableJSSourceMaps
+top
+ 127.0.0.1:8000
+ inspector
+ sources
+ resources
+ sourcemap-script.js
+ sourcemap-typescript.ts
+ js-sourcemaps-toggle-enabled.html
+ inspector-test.js
+

Powered by Google App Engine
This is Rietveld 408576698