Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / file-system-project-mapping-expected.txt
1 Tests file system project mappings.
2
3
4 Running: testAutomaticMapping
5 Adding file system.
6 Adding network resource.
7 UISourceCode uri to url mappings:
8     filesystem:/var/www/html/foo.js -> 
9     filesystem:/var/www/bar.js -> 
10 Adding mapping between network and file system resources.
11 Emulate reloading inspector.
12 UISourceCode uri to url mappings:
13     filesystem:/var/www/html/foo.js -> http://localhost/html/foo.js
14     filesystem:/var/www/bar.js -> http://localhost/bar.js
15 Removing mapping between network and file system resources.
16 Emulate reloading inspector.
17 UISourceCode uri to url mappings:
18     filesystem:/var/www/html/foo.js -> 
19     filesystem:/var/www/bar.js -> 
20
21 Running: testScriptFileOnReloadWithDirtyFile
22 Adding file system.
23 Adding file system mapping.
24 Dumping uiSourceCode and script content:
25     uiSourceCode: <foo content>
26     script: <foo content>
27   //# sourceURL=http://localhost/html/foo.js  
28  
29  - hasDivergedFromVM: false
30  - sourceFrame._muted: false
31 Editing uiSourceCode:
32  - hasDivergedFromVM: true
33  - sourceFrame._muted: true
34 Committing uiSourceCode with live edit failure:
35 Dumping uiSourceCode and script content:
36     uiSourceCode: <foo content edited>
37     script: <foo content>
38   //# sourceURL=http://localhost/html/foo.js  
39  
40  - hasDivergedFromVM: true
41  - sourceFrame._muted: true
42 Reloading with saved but diverged uiSourceCode:
43 Loading script.
44 Dumping uiSourceCode and script content:
45     uiSourceCode: <foo content edited>
46     script: <foo content>
47   //# sourceURL=http://localhost/html/foo.js  
48  
49  - hasDivergedFromVM: true
50  - sourceFrame._muted: true
51 Editing uiSourceCode again:
52  - hasDivergedFromVM: true
53  - sourceFrame._muted: true
54 Committing uiSourceCode again (with live edit success now):
55 Dumping uiSourceCode and script content:
56     uiSourceCode: <foo content edited again>
57     script: <foo content edited again>
58  - hasDivergedFromVM: false
59  - sourceFrame._muted: false
60 Reloading page:
61 Loading script.
62  - hasDivergedFromVM: false
63  - sourceFrame._muted: false
64 Editing uiSourceCode again and reloading while it is dirty:
65 Loading script.
66  - hasDivergedFromVM: true
67  - sourceFrame._muted: true
68
69 Running: testLiveEditReload
70 Adding file system.
71 Adding file system mapping.
72 Page reloaded.
73 Page reloaded.
74 ==Source frame contents start==
75 function f()
76 {
77     return "live-edited string";
78 }
79
80 ==Source frame contents end==
81
82 Running: testExcludingFolders
83 Adding file system.
84 Adding exclusion pattern and excluded folder.
85 Dumping uiSourceCodes origin URLs:
86   - file:///var/www/bar.js
87   - file:///var/www/html2/foo.js
88 Excluding html2 folder:
89 Dumping uiSourceCodes origin URLs:
90   - file:///var/www/bar.js
91
92 Running: testRemoveProject
93 Adding file system.
94 Dumping uiSourceCodes origin URLs:
95   - file:///var/www/foo.js
96 Removing project:
97 Received project removed event.
98
99 Running: testURLAfterRenaming
100 Adding file system.
101 Adding file system mapping.
102 Renaming files:
103     uiSourceCode URL change after renaming: http://localhost/html/foo.js -> http://localhost/html/newName.js
104     uiSourceCode URL change after renaming: http://localhost/bar.js -> http://localhost/newName.js
105     uiSourceCode URL change after renaming: http://localhost/foo/bar/baz.js -> http://localhost/foo/bar/newName.js
106