| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Custom completeURL tests | 111 Custom completeURL tests |
| 112 //secure.com/moo resolves to http://secure.com/moo===http://secure.com/moo passe
s: true | 112 //secure.com/moo resolves to http://secure.com/moo===http://secure.com/moo passe
s: true |
| 113 cat.jpeg resolves to http://a/b/c/cat.jpeg===http://a/b/c/cat.jpeg passes: true | 113 cat.jpeg resolves to http://a/b/c/cat.jpeg===http://a/b/c/cat.jpeg passes: true |
| 114 resolves to http://example.com/path.css?query===http://example.com/path.css?que
ry passes: true | 114 resolves to http://example.com/path.css?query===http://example.com/path.css?que
ry passes: true |
| 115 | 115 |
| 116 Running: testCompilerScriptMapping | 116 Running: testCompilerScriptMapping |
| 117 UISourceCodeAdded: [debugger] debugger:///VM1 compiled.js | 117 Adding compiled.js |
| 118 UISourceCodeAdded: [network] compiled.js | 118 compiled.js UISourceCode arrived |
| 119 UISourceCodeAdded: [service] compiled.js | 119 compiled.js script found |
| 120 UISourceCodeRemoved: [service] compiled.js | 120 source1.js UISourceCode arrived |
| 121 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce1.js | 121 source2.js UISourceCode arrived |
| 122 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce2.js | 122 Location checks passed. Requesting content |
| 123 afterScriptAdded | 123 Content1 arrived. |
| 124 | 124 Content2 arrived. |
| 125 Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource | |
| 126 UISourceCodeAdded: [debugger] debugger:///VM2 compiled.js | |
| 127 UISourceCodeAdded: [service] compiled.js | |
| 128 UISourceCodeAdded: [network] compiled.js | |
| 129 UISourceCodeRemoved: [service] compiled.js | |
| 130 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce1.js | |
| 131 UISourceCodeAdded: [contentscripts] http://localhost:8000/inspector/resources/so
urce2.js | |
| 132 | 125 |
| 133 Running: testInlinedSourceMap | 126 Running: testInlinedSourceMap |
| 134 UISourceCodeAdded: [debugger] debugger:///VM3 compiled.js | 127 Adding compiled.js |
| 135 UISourceCodeAdded: [service] http://example.com/compiled.js | 128 compiled.js UISourceCode arrived |
| 136 UISourceCodeRemoved: [service] http://example.com/compiled.js | 129 compiled.js script found |
| 137 UISourceCodeAdded: [contentscripts] http://example.com/source.js | 130 source3.js UISourceCode arrived |
| 131 Location checks passed. Requesting content |
| 138 <source content> === <source content> | 132 <source content> === <source content> |
| 139 | 133 |
| 140 Running: testSourceMapCouldNotBeLoaded | 134 Running: testSourceMapCouldNotBeLoaded |
| 141 UISourceCodeAdded: [debugger] debugger:///VM4 compiled.js | 135 Adding compiled.js |
| 142 UISourceCodeAdded: [service] compiled.js | 136 compiled.js UISourceCode arrived |
| 143 compiled.js | 137 compiled.js script found |
| 138 source-map.json_ UISourceCode arrived |
| 139 debugger:///VM |
| 144 | 140 |
| 145 Running: testSourceRoot | 141 Running: testSourceRoot |
| 146 /example.js === /example.js | 142 /example.js === /example.js |
| 147 0 === 0 | 143 0 === 0 |
| 148 9 === 9 | 144 9 === 9 |
| 149 0 === 0 | 145 0 === 0 |
| 150 0 === 0 | 146 0 === 0 |
| 151 | 147 |
| 152 Running: testNameClash | 148 Running: testNameClash |
| 153 example.js === example.js [sm] | 149 example.js === example.js [sm] |
| 154 0 === 0 | 150 0 === 0 |
| 155 9 === 9 | 151 9 === 9 |
| 156 source line 0 has no mappings. | 152 source line 0 has no mappings. |
| 157 | 153 |
| 158 Running: testNameIndexes | 154 Running: testNameIndexes |
| 159 1:0 > [no name assigned] | 155 1:0 > [no name assigned] |
| 160 3:0 > [no name assigned] | 156 3:0 > [no name assigned] |
| 161 3:18 > [no name assigned] | 157 3:18 > [no name assigned] |
| 162 3:4 > 'name1' | 158 3:4 > 'name1' |
| 163 4:0 > [no name assigned] | 159 4:0 > [no name assigned] |
| 164 4:0 > [no name assigned] | 160 4:0 > [no name assigned] |
| 165 4:4 > 'generated31465' | 161 4:4 > 'generated31465' |
| 166 4:27 > [no name assigned] | 162 4:27 > [no name assigned] |
| 167 5:0 > [no name assigned] | 163 5:0 > [no name assigned] |
| 168 5:0 > [no name assigned] | 164 5:0 > [no name assigned] |
| 169 | 165 |
| OLD | NEW |