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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 1: 1
2 CONSOLE MESSAGE: line 1: function (){}
3 Verify that sourcemap sources are mapped event when sourcemap compiled url match es with one of the source urls.
4
5 Binding created: {
6 network: http://127.0.0.1:8000/inspector/persistence/resources/sourcemap- name-clash/out.js? [sm]
7 fileSystem: file:///var/www/src/out.js
8 exactMatch: true
9 }
10 Binding created: {
11 network: http://127.0.0.1:8000/inspector/persistence/resources/sourcemap- name-clash/out.js
12 fileSystem: file:///var/www/out.js
13 exactMatch: true
14 }
15 Mapping has stabilized.
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698