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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/mutation-observer-suspend-while-paused-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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
OLDNEW
1 CONSOLE ERROR: line 3484: The given range isn't in document.
2 CONSOLE ERROR: line 3484: The given range isn't in document.
1 Tests that DOM Mutation Observers do not attempt to deliver mutation records whi le the debugger is paused.Bug 105810 3 Tests that DOM Mutation Observers do not attempt to deliver mutation records whi le the debugger is paused.Bug 105810
2 4
3 DIV and observer setup. 5 DIV and observer setup.
4 deliveryCount = 0 6 deliveryCount = 0
5 setAttribute should have triggered delivery. 7 setAttribute should have triggered delivery.
6 deliveryCount = 1 8 deliveryCount = 1
7 mutateAndPause invoked. 9 mutateAndPause invoked.
8 Script execution paused. 10 Script execution paused.
9 Delivery should not have taken place. 11 Delivery should not have taken place.
10 deliveryCount = 1 12 deliveryCount = 1
11 Script execution resumed. 13 Script execution resumed.
12 Second delivery should now have happened. 14 Second delivery should now have happened.
13 deliveryCount = 2 15 deliveryCount = 2
14 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698