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

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

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 3
4 Running: testInsertChild 4 Running: testInsertChild
5 Test that 'Subtree Modified' breakpoint is hit when appending a child. 5 Test that 'Subtree Modified' breakpoint is hit when appending a child.
6 Set 'Subtree Modified' DOM breakpoint on rootElement. 6 Set 'Subtree Modified' DOM breakpoint on rootElement.
7 Append childElement to rootElement. 7 Append childElement to rootElement.
8 Script execution paused. 8 Script execution paused.
9 Call stack: 9 Call stack:
10 0) appendElement (dom-breakpoints.html:12) 10 0) appendElement (dom-breakpoints.html:12)
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 Set 'Subtree Modified' DOM breakpoint on outerElement. 131 Set 'Subtree Modified' DOM breakpoint on outerElement.
132 Page reloaded. 132 Page reloaded.
133 Append childElement to outerElement. 133 Append childElement to outerElement.
134 Script execution paused. 134 Script execution paused.
135 Call stack: 135 Call stack:
136 0) appendElementToAuthorShadowTree (dom-breakpoints.html:72) 136 0) appendElementToAuthorShadowTree (dom-breakpoints.html:72)
137 1) (:1) 137 1) (:1)
138 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.
139 Script execution resumed. 139 Script execution resumed.
140 140
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698