Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Verify that UISourceCodes are removed as main frame gets navigated. | |
| 2 | |
| 3 | |
| 4 Running: attachFrame | |
| 5 [ CREATE ] LiveLocation-js: http://127.0.0.1:8000/inspector/bindings/resources/ sourcemap-typescript.ts:0:0 | |
| 6 [ CREATE ] LiveLocation-css: http://127.0.0.1:8000/inspector/bindings/resources /sourcemap-sass.scss:0:0 | |
| 7 | |
| 8 Running: navigateMainFrame | |
| 9 [ UPDATE ] LiveLocation-css: null | |
| 10 [ UPDATE ] LiveLocation-css: null | |
| 11 [ UPDATE ] LiveLocation-js: http://127.0.0.1:8000/inspector/bindings/resources/ sourcemap-script.js:0:0 | |
| 12 [ UPDATE ] LiveLocation-js: debugger:///VM37 sourcemap-script.js:0:0 | |
|
qyearsley
2017/06/23 18:15:30
Just noticed a potential source of flakiness here:
dgozman
2017/06/23 21:25:00
Yep. We usually strip these numbers down, but not
| |
| 13 Page reloaded. | |
| 14 [ GET ] LiveLocation-js: null | |
| 15 [ GET ] LiveLocation-css: null | |
| 16 | |
| 17 Running: navigateBack | |
| 18 Page reloaded. | |
| 19 | |
| OLD | NEW |