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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/unformatted-async.js

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/resources/unformatted-async.js
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/unformatted-async.js b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/unformatted-async.js
new file mode 100644
index 0000000000000000000000000000000000000000..4ce0f0186e61606e1450ae662e33211e440de959
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/unformatted-async.js
@@ -0,0 +1,10 @@
+function f2()
+{
+ var a=0;var b=1;var c=3;var d=4;var e=5;
+ var f=0;setTimeout(f3, 0);
+}
+
+function f3()
+{
+ debugger;
+}

Powered by Google App Engine
This is Rietveld 408576698