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

Side by Side Diff: LayoutTests/inspector/sources/debugger/dom-breakpoints-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests DOM breakpoints. Bug 42886 1 Tests DOM breakpoints. Bug 42886
2 2
3 Debugger was enabled.
4 3
5 Running: testInsertChild 4 Running: testInsertChild
6 Test that 'Subtree Modified' breakpoint is hit when appending a child. 5 Test that 'Subtree Modified' breakpoint is hit when appending a child.
7 Set 'Subtree Modified' DOM breakpoint on rootElement. 6 Set 'Subtree Modified' DOM breakpoint on rootElement.
8 Append childElement to rootElement. 7 Append childElement to rootElement.
9 Script execution paused. 8 Script execution paused.
10 Call stack: 9 Call stack:
11 0) appendElement (dom-breakpoints.html:12) 10 0) appendElement (dom-breakpoints.html:12)
12 1) (:1) 11 1) (:1)
13 Paused on a "Subtree Modified" breakpoint set on div#rootElement, because a new child was added to that node. 12 Paused on a "Subtree Modified" breakpoint set on div#rootElement, because a new child was added to that node.
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 Test that shadow DOM breakpoints are persisted between page reloads. 130 Test that shadow DOM breakpoints are persisted between page reloads.
132 Set 'Subtree Modified' DOM breakpoint on outerElement. 131 Set 'Subtree Modified' DOM breakpoint on outerElement.
133 Page reloaded. 132 Page reloaded.
134 Append childElement to outerElement. 133 Append childElement to outerElement.
135 Script execution paused. 134 Script execution paused.
136 Call stack: 135 Call stack:
137 0) appendElementToAuthorShadowTree (dom-breakpoints.html:72) 136 0) appendElementToAuthorShadowTree (dom-breakpoints.html:72)
138 1) (:1) 137 1) (:1)
139 Paused on a "Subtree Modified" breakpoint set on div#outerElement, because a new child was added to that node. 138 Paused on a "Subtree Modified" breakpoint set on div#outerElement, because a new child was added to that node.
140 Script execution resumed. 139 Script execution resumed.
141 Debugger was disabled.
142 140
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698