| OLD | NEW |
| 1 Tests asynchronous call stacks for MutationObserver. | 1 Tests asynchronous call stacks for MutationObserver. |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Captured call stacks in no particular order: | 4 Captured call stacks in no particular order: |
| 5 Call stack: | 5 Call stack: |
| 6 0) mutationCallback (async-callstack-mutation-observer.html:21) | 6 0) mutationCallback (async-callstack-mutation-observer.html:21) |
| 7 [attributes] | 7 [attributes] |
| 8 0) doMutations1 (async-callstack-mutation-observer.html:50) | 8 0) doMutations1 (async-callstack-mutation-observer.html:50) |
| 9 1) timeout1 (async-callstack-mutation-observer.html:44) | 9 1) timeout1 (async-callstack-mutation-observer.html:44) |
| 10 [setTimeout] | 10 [setTimeout] |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 0) doMutations2 (async-callstack-mutation-observer.html:64) | 46 0) doMutations2 (async-callstack-mutation-observer.html:64) |
| 47 1) timeoutFromNestedMutation (async-callstack-mutation-observer.html:76) | 47 1) timeoutFromNestedMutation (async-callstack-mutation-observer.html:76) |
| 48 [setTimeout] | 48 [setTimeout] |
| 49 0) nestedMutationCallback (async-callstack-mutation-observer.html:30) | 49 0) nestedMutationCallback (async-callstack-mutation-observer.html:30) |
| 50 [attributes] | 50 [attributes] |
| 51 0) doMutations1 (async-callstack-mutation-observer.html:50) | 51 0) doMutations1 (async-callstack-mutation-observer.html:50) |
| 52 1) mutationCallback (async-callstack-mutation-observer.html:20) | 52 1) mutationCallback (async-callstack-mutation-observer.html:20) |
| 53 [attributes] | 53 [attributes] |
| 54 0) doMutations1 (async-callstack-mutation-observer.html:50) | 54 0) doMutations1 (async-callstack-mutation-observer.html:50) |
| 55 1) timeout1 (async-callstack-mutation-observer.html:44) | 55 1) timeout1 (async-callstack-mutation-observer.html:44) |
| 56 [setTimeout] |
| 57 0) testFunction (async-callstack-mutation-observer.html:35) |
| 58 [setTimeout] |
| 59 0) scheduleTestFunction (debugger-test.js:3) |
| 60 <... skipped remaining frames ...> |
| 56 | 61 |
| 57 Call stack: | 62 Call stack: |
| 58 0) timeoutFromMutation (async-callstack-mutation-observer.html:70) | 63 0) timeoutFromMutation (async-callstack-mutation-observer.html:70) |
| 59 [setTimeout] | 64 [setTimeout] |
| 60 0) mutationCallback (async-callstack-mutation-observer.html:23) | 65 0) mutationCallback (async-callstack-mutation-observer.html:23) |
| 61 [attributes] | 66 [attributes] |
| 62 0) doMutations1 (async-callstack-mutation-observer.html:50) | 67 0) doMutations1 (async-callstack-mutation-observer.html:50) |
| 63 1) timeout1 (async-callstack-mutation-observer.html:44) | 68 1) timeout1 (async-callstack-mutation-observer.html:44) |
| 64 [setTimeout] | 69 [setTimeout] |
| 65 0) testFunction (async-callstack-mutation-observer.html:35) | 70 0) testFunction (async-callstack-mutation-observer.html:35) |
| 66 [setTimeout] | 71 [setTimeout] |
| 67 0) scheduleTestFunction (debugger-test.js:3) | 72 0) scheduleTestFunction (debugger-test.js:3) |
| 68 <... skipped remaining frames ...> | 73 <... skipped remaining frames ...> |
| 69 | 74 |
| 70 Call stack: | 75 Call stack: |
| 71 0) timeoutFromNestedMutation (async-callstack-mutation-observer.html:75) | 76 0) timeoutFromNestedMutation (async-callstack-mutation-observer.html:75) |
| 72 [setTimeout] | 77 [setTimeout] |
| 73 0) nestedMutationCallback (async-callstack-mutation-observer.html:30) | 78 0) nestedMutationCallback (async-callstack-mutation-observer.html:30) |
| 74 [attributes] | 79 [attributes] |
| 75 0) doMutations1 (async-callstack-mutation-observer.html:50) | 80 0) doMutations1 (async-callstack-mutation-observer.html:50) |
| 76 1) mutationCallback (async-callstack-mutation-observer.html:20) | 81 1) mutationCallback (async-callstack-mutation-observer.html:20) |
| 77 [attributes] | 82 [attributes] |
| 78 0) doMutations1 (async-callstack-mutation-observer.html:50) | 83 0) doMutations1 (async-callstack-mutation-observer.html:50) |
| 79 1) timeout1 (async-callstack-mutation-observer.html:44) | 84 1) timeout1 (async-callstack-mutation-observer.html:44) |
| 80 [setTimeout] | 85 [setTimeout] |
| 81 0) testFunction (async-callstack-mutation-observer.html:35) | 86 0) testFunction (async-callstack-mutation-observer.html:35) |
| 87 [setTimeout] |
| 88 0) scheduleTestFunction (debugger-test.js:3) |
| 89 <... skipped remaining frames ...> |
| 82 | 90 |
| 83 | 91 |
| OLD | NEW |