OLD | NEW |
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 g;x=1/./y resolves to http://a/b/c/g;x=1/y===http://a/b/c/g;x=1/y passes: true | 105 g;x=1/./y resolves to http://a/b/c/g;x=1/y===http://a/b/c/g;x=1/y passes: true |
106 g;x=1/../y resolves to http://a/b/c/y===http://a/b/c/y passes: true | 106 g;x=1/../y resolves to http://a/b/c/y===http://a/b/c/y passes: true |
107 g?y/./x resolves to http://a/b/c/g?y/./x===http://a/b/c/g?y/./x passes: true | 107 g?y/./x resolves to http://a/b/c/g?y/./x===http://a/b/c/g?y/./x passes: true |
108 g?y/../x resolves to http://a/b/c/g?y/../x===http://a/b/c/g?y/../x passes: true | 108 g?y/../x resolves to http://a/b/c/g?y/../x===http://a/b/c/g?y/../x passes: true |
109 g#s/./x resolves to http://a/b/c/g#s/./x===http://a/b/c/g#s/./x passes: true | 109 g#s/./x resolves to http://a/b/c/g#s/./x===http://a/b/c/g#s/./x passes: true |
110 g#s/../x resolves to http://a/b/c/g#s/../x===http://a/b/c/g#s/../x passes: true | 110 g#s/../x resolves to http://a/b/c/g#s/../x===http://a/b/c/g#s/../x passes: true |
111 //secure.com/moo resolves to http://secure.com/moo===http://secure.com/moo passe
s: true | 111 //secure.com/moo resolves to http://secure.com/moo===http://secure.com/moo passe
s: true |
112 cat.jpeg resolves to http://a/b/c/cat.jpeg===http://a/b/c/cat.jpeg passes: true | 112 cat.jpeg resolves to http://a/b/c/cat.jpeg===http://a/b/c/cat.jpeg passes: true |
113 | 113 |
114 Running: testCompilerScriptMapping | 114 Running: testCompilerScriptMapping |
115 UISourceCodeAdded: [debugger] compiled.js | 115 UISourceCodeAdded: [debugger] debugger:///VM1 compiled.js |
116 UISourceCodeAdded: [network] compiled.js | 116 UISourceCodeAdded: [network] compiled.js |
117 UISourceCodeAdded: [service] compiled.js | 117 UISourceCodeAdded: [service] compiled.js |
118 UISourceCodeRemoved: [service] compiled.js | 118 UISourceCodeRemoved: [service] compiled.js |
119 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce1.js | 119 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce1.js |
120 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce2.js | 120 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce2.js |
121 afterScriptAdded | 121 afterScriptAdded |
122 | 122 |
123 Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource | 123 Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource |
124 UISourceCodeAdded: [debugger] compiled.js | 124 UISourceCodeAdded: [debugger] debugger:///VM2 compiled.js |
125 UISourceCodeAdded: [service] compiled.js | 125 UISourceCodeAdded: [service] compiled.js |
126 UISourceCodeAdded: [network] compiled.js | 126 UISourceCodeAdded: [network] compiled.js |
127 UISourceCodeRemoved: [service] compiled.js | 127 UISourceCodeRemoved: [service] compiled.js |
128 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce1.js | 128 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce1.js |
129 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce2.js | 129 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce2.js |
130 | 130 |
131 Running: testInlinedSourceMap | 131 Running: testInlinedSourceMap |
132 UISourceCodeAdded: [debugger] http://example.com/compiled.js | 132 UISourceCodeAdded: [debugger] debugger:///VM3 compiled.js |
133 UISourceCodeAdded: [service] http://example.com/compiled.js | 133 UISourceCodeAdded: [service] http://example.com/compiled.js |
134 UISourceCodeRemoved: [service] http://example.com/compiled.js | 134 UISourceCodeRemoved: [service] http://example.com/compiled.js |
135 UISourceCodeAdded: [contentscripts] http://example.com/source.js | 135 UISourceCodeAdded: [contentscripts] http://example.com/source.js |
136 <source content> === <source content> | 136 <source content> === <source content> |
137 | 137 |
138 Running: testSourceMapCouldNotBeLoaded | 138 Running: testSourceMapCouldNotBeLoaded |
139 UISourceCodeAdded: [debugger] compiled.js | 139 UISourceCodeAdded: [debugger] debugger:///VM4 compiled.js |
140 UISourceCodeAdded: [service] compiled.js | 140 UISourceCodeAdded: [service] compiled.js |
141 compiled.js | 141 compiled.js |
142 | 142 |
143 Running: testSourceRoot | 143 Running: testSourceRoot |
144 /example.js === /example.js | 144 /example.js === /example.js |
145 0 === 0 | 145 0 === 0 |
146 9 === 9 | 146 9 === 9 |
147 0 === 0 | 147 0 === 0 |
148 0 === 0 | 148 0 === 0 |
149 | 149 |
150 Running: testNameClash | 150 Running: testNameClash |
151 example.js === example.js [sm] | 151 example.js === example.js [sm] |
152 0 === 0 | 152 0 === 0 |
153 9 === 9 | 153 9 === 9 |
154 source line 0 has no mappings. | 154 source line 0 has no mappings. |
155 | 155 |
OLD | NEW |