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

Unified Diff: LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box-expected.txt

Issue 304563002: DevTools: Make frameworks work with "custom" breakpoints (DOM, XHR, Events). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box-expected.txt b/LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box-expected.txt
deleted file mode 100644
index 410301a1f0922f162beac127a833e233022ba2a2..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box-expected.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-
-Tests the async call stacks and framework black-boxing features working together.
-
-Debugger was enabled.
-Set timer for test function.
-Call stack:
- 0) callback2 (async-callstack-and-framework-black-box.html:30)
- 1) Framework_inner1 (framework.js:59)
- [setTimeout]
- 0) Framework.schedule (framework.js:45)
- 1) Framework_willSchedule (framework.js:51)
- 2) window.callbackFromFramework (async-callstack-and-framework-black-box.html:10)
- 3) Framework_inner2 (framework.js:63)
- [setTimeout]
- 0) Framework.schedule (framework.js:45)
- 1) Framework_willSchedule (framework.js:51)
- [setTimeout]
- 0) Framework.schedule (framework.js:45)
- 1) Framework.doSomeAsyncChainCalls (framework.js:67)
- 2) callback1 (async-callstack-and-framework-black-box.html:25)
- 3) Framework.safeRun (framework.js:8)
- 4) Framework.safeRun (framework.js:10)
- 5) timeout1 (async-callstack-and-framework-black-box.html:20)
- [setTimeout]
- 0) testFunction (async-callstack-and-framework-black-box.html:15)
-
-Visible call stack:
- 1) callback2 (async-callstack-and-framework-black-box.html:30)
- [setTimeout (async)]
- 2) window.callbackFromFramework (async-callstack-and-framework-black-box.html:10)
- [setTimeout (async)]
- 3) callback1 (async-callstack-and-framework-black-box.html:25)
- 4) timeout1 (async-callstack-and-framework-black-box.html:20)
- [setTimeout (async)]
- 5) testFunction (async-callstack-and-framework-black-box.html:15)
-Debugger was disabled.
-

Powered by Google App Engine
This is Rietveld 408576698