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