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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/file-system-project-mapping-expected.txt

Issue 2542073002: DevTools: [Persistence] validate persistence binding. (Closed)
Patch Set: rebaseline tests Created 4 years 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
1 Tests file system project mappings. 1 Tests file system project mappings.
2 2
3 3
4 Running: testAutomaticMapping
5 Adding file system.
6 Adding network resource.
7 UISourceCode uri to url mappings:
8 file:///var/www/html/foo.js ->
9 file:///var/www/bar.js ->
10 Adding mapping between network and file system resources.
11 Emulate reloading inspector.
12 UISourceCode uri to url mappings:
13 file:///var/www/html/foo.js -> http://127.0.0.1:8000/inspector/resources/htm l/foo.js
14 file:///var/www/bar.js -> http://127.0.0.1:8000/inspector/resources/bar.js
15 Removing mapping between network and file system resources.
16 Emulate reloading inspector.
17 UISourceCode uri to url mappings:
18 file:///var/www/html/foo.js ->
19 file:///var/www/bar.js ->
20
21 Running: testProjectBasedMapping 4 Running: testProjectBasedMapping
22 Adding file system. 5 Adding file system.
23 UISourceCode uri to url mappings: 6 UISourceCode uri to url mappings:
24 file:///var/www/html/foo.js -> http://127.0.0.1:8000/inspector/resources/htm l/foo.js 7 file:///var/www/html/foo.js -> http://127.0.0.1:8000/inspector/resources/htm l/foo.js
25 file:///var/www/html2/bar.js -> http://127.0.0.1:8000/inspector/resources/ht ml2/bar.js 8 file:///var/www/html2/bar.js -> http://127.0.0.1:8000/inspector/resources/ht ml2/bar.js
26 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698