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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-url-expected.txt

Issue 2389333002: DevTools: update styles for debugger's CallStackSidebarPane (Closed)
Patch Set: reset result after reorder, address comments Created 4 years, 2 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/inspector/sources/debugger-ui/async-call-stack-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-url-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-url-expected.txt
index dc340f7da33c104aedc7558d7fa2b67d1eb815dd..c19a018375497a18a86ab5a975bf28dfded6d6ba 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-url-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-url-expected.txt
@@ -2,11 +2,13 @@ Tests that call stack sidebar contains correct urls for call frames.
Set timer for test function.
Script execution paused.
-async-call-stack-url.html:14functionFoo
+f3unformatted-asy…s:formatted:11
setTimeout (async)
-async-call-stack-url.html:9testFunction
+f2unformatted-asy…js:formatted:8
setTimeout (async)
-debugger-test.js:3scheduleTestFunction
-VM:1(anonymous)
+testFunctionasync-call-stack-url.html:10
+setTimeout (async)
+scheduleTestFunctiondebugger-test.js:3
+(anonymous)VM:1
Script execution resumed.

Powered by Google App Engine
This is Rietveld 408576698