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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap-nameclash-expected.txt

Issue 2698183003: DevTools: teach automapping to map complex sourcemap setups. (Closed)
Patch Set: rebaseline Created 3 years, 10 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/persistence/automapping-sourcemap-nameclash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap-nameclash-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap-nameclash-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2a5ab857c8a3463b840ae24d381624b9d6a9c88b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap-nameclash-expected.txt
@@ -0,0 +1,16 @@
+CONSOLE MESSAGE: line 1: 1
+CONSOLE MESSAGE: line 1: function (){}
+Verify that sourcemap sources are mapped event when sourcemap compiled url matches with one of the source urls.
+
+Binding created: {
+ network: http://127.0.0.1:8000/inspector/persistence/resources/sourcemap-name-clash/out.js? [sm]
+ fileSystem: file:///var/www/src/out.js
+ exactMatch: true
+}
+Binding created: {
+ network: http://127.0.0.1:8000/inspector/persistence/resources/sourcemap-name-clash/out.js
+ fileSystem: file:///var/www/out.js
+ exactMatch: true
+}
+Mapping has stabilized.
+

Powered by Google App Engine
This is Rietveld 408576698