Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/livelocation-main-frame-navigated-expected.txt

Issue 2931143003: DevTools: make debugger's rawLocationToUILocation return nullable type (Closed)
Patch Set: add test Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698