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

Side by Side Diff: LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt

Issue 13898010: Fix the way sourceRoot is resolved in source maps. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: git cl dcommit --bypass-hooks Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 Tests SourceMap and CompilerScriptMapping. 1 Tests SourceMap and CompilerScriptMapping.
2 2
3 3
4 Running: testSimpleMap 4 Running: testSimpleMap
5 example.js === example.js 5 example.js === example.js
6 0 === 0 6 0 === 0
7 9 === 9 7 9 === 9
8 example.js === example.js 8 example.js === example.js
9 0 === 0 9 0 === 0
10 13 === 13 10 13 === 13
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 Running: testCompilerScriptMapping 68 Running: testCompilerScriptMapping
69 69
70 Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource 70 Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource
71 71
72 Running: testInlinedSourceMap 72 Running: testInlinedSourceMap
73 <source content> === <source content> 73 <source content> === <source content>
74 74
75 Running: testSourceMapCouldNotBeLoaded 75 Running: testSourceMapCouldNotBeLoaded
76 compiled.js 76 compiled.js
77 77
78 Running: testSourceRoot
79 /example.js === /example.js
80 0 === 0
81 9 === 9
82 0 === 0
83 0 === 0
84
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/inspector/compiler-script-mapping.html ('k') | Source/devtools/front_end/SourceMap.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698