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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints-expected.txt

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)
Patch Set: update test for windows compat Created 4 years, 1 month 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
1 CONSOLE ERROR: line 21: Uncaught Error: FrameworkException: EXPECTED 1 CONSOLE ERROR: line 21: Uncaught Error: FrameworkException: EXPECTED
2 CONSOLE ERROR: line 21: Uncaught Error: FrameworkException: EXPECTED 2 CONSOLE ERROR: line 21: Uncaught Error: FrameworkException: EXPECTED
3 Tests framework black-boxing on DOM, XHR and Event breakpoints. 3 Tests framework black-boxing on DOM, XHR and Event breakpoints.
4 4
5 5
6 6
7 Running: testDOMBreakpoint 7 Running: testDOMBreakpoint
8 Call stack: 8 Call stack:
9 * 0) Framework.appendChild (framework.js:72) 9 * 0) Framework.appendChild (framework.js:72)
10 1) appendElement (frameworks-dom-xhr-event-breakpoints.html:14) 10 1) appendElement (frameworks-dom-xhr-event-breakpoints.html:14)
11 2) (:1) 11 2) (:1)
12 Paused on a "Subtree Modified" breakpoint set on div#rootElement, because a new child was added to that node. 12 Paused on subtree modificationsdiv#rootElementChild div#rootElement added
13 13
14 Running: testXHRBreakpoint 14 Running: testXHRBreakpoint
15 Call stack: 15 Call stack:
16 * 0) Framework.sendXHR (framework.js:79) 16 * 0) Framework.sendXHR (framework.js:79)
17 1) sendXHR (frameworks-dom-xhr-event-breakpoints.html:19) 17 1) sendXHR (frameworks-dom-xhr-event-breakpoints.html:19)
18 2) (:1) 18 2) (:1)
19 Paused on a XMLHttpRequest. 19 Paused on XMLHttpRequestfile:///foo?a=b
20 20
21 Running: testEventListenerBreakpoint 21 Running: testEventListenerBreakpoint
22 Call stack: 22 Call stack:
23 0) testElementClicked (frameworks-dom-xhr-event-breakpoints.html:26) 23 0) testElementClicked (frameworks-dom-xhr-event-breakpoints.html:26)
24 * 1) Framework_bound (framework.js:105) 24 * 1) Framework_bound (framework.js:105)
25 * 2) Framework_eventListener (framework.js:86) 25 * 2) Framework_eventListener (framework.js:86)
26 3) addListenerAndClick (frameworks-dom-xhr-event-breakpoints.html:37) 26 3) addListenerAndClick (frameworks-dom-xhr-event-breakpoints.html:37)
27 4) (:1) 27 4) (:1)
28 28
29 Executing Resume... 29 Executing Resume...
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 130
131 Executing StepOut... 131 Executing StepOut...
132 Call stack: 132 Call stack:
133 0) addFewBlackboxedListenersAndClick (frameworks-dom-xhr-event-breakpoints.h tml:71) 133 0) addFewBlackboxedListenersAndClick (frameworks-dom-xhr-event-breakpoints.h tml:71)
134 1) (:1) 134 1) (:1)
135 135
136 Executing Resume... 136 Executing Resume...
137 137
138 Running: tearDown 138 Running: tearDown
139 139
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698