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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/livelocation-main-frame-navigated-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/livelocation-main-frame-navigated-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/livelocation-main-frame-navigated-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..97d7eb6a525e12cf694459574b07931017266515
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/livelocation-main-frame-navigated-expected.txt
@@ -0,0 +1,19 @@
+Verify that UISourceCodes are removed as main frame gets navigated.
+
+
+Running: attachFrame
+[ CREATE ] LiveLocation-js: http://127.0.0.1:8000/inspector/bindings/resources/sourcemap-typescript.ts:0:0
+[ CREATE ] LiveLocation-css: http://127.0.0.1:8000/inspector/bindings/resources/sourcemap-sass.scss:0:0
+
+Running: navigateMainFrame
+[ UPDATE ] LiveLocation-css: null
+[ UPDATE ] LiveLocation-css: null
+[ UPDATE ] LiveLocation-js: http://127.0.0.1:8000/inspector/bindings/resources/sourcemap-script.js:0:0
+[ 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
+Page reloaded.
+[ GET ] LiveLocation-js: null
+[ GET ] LiveLocation-css: null
+
+Running: navigateBack
+Page reloaded.
+

Powered by Google App Engine
This is Rietveld 408576698