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

Unified Diff: LayoutTests/inspector/sources/debugger/mutation-observer-suspend-while-paused-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/sources/debugger/mutation-observer-suspend-while-paused-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/mutation-observer-suspend-while-paused-expected.txt b/LayoutTests/inspector/sources/debugger/mutation-observer-suspend-while-paused-expected.txt
index be3b43d251fb8f95428f9288a768d8ff2b41daef..bfe27817a0efa5cffd65e2c0177e83b19a2f852c 100644
--- a/LayoutTests/inspector/sources/debugger/mutation-observer-suspend-while-paused-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/mutation-observer-suspend-while-paused-expected.txt
@@ -1,6 +1,5 @@
Tests that DOM Mutation Observers do not attempt to deliver mutation records while the debugger is paused.Bug 105810
-Debugger was enabled.
DIV and observer setup.
deliveryCount = 0
setAttribute should have triggered delivery.
@@ -12,5 +11,4 @@ deliveryCount = 1
Script execution resumed.
Second delivery should now have happened.
deliveryCount = 2
-Debugger was disabled.

Powered by Google App Engine
This is Rietveld 408576698