| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |