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. |