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

Unified Diff: LayoutTests/fast/events/scoped/editing-commands-expected.txt

Issue 23483045: Revert "Switch MutationEvents UseCounter to use countDeprecation." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/scoped/editing-commands-expected.txt
diff --git a/LayoutTests/fast/events/scoped/editing-commands-expected.txt b/LayoutTests/fast/events/scoped/editing-commands-expected.txt
index abdf8e117939af678140174c4dc7b287fe24151b..8de312656d49fc48a207086b50b40e5c95d1d035 100644
--- a/LayoutTests/fast/events/scoped/editing-commands-expected.txt
+++ b/LayoutTests/fast/events/scoped/editing-commands-expected.txt
@@ -1,9 +1,3 @@
-CONSOLE MESSAGE: DOMCharacterDataModified is deprecated. Use MutationObservers instead.
-CONSOLE MESSAGE: DOMSubtreeModified is deprecated. Use MutationObservers instead.
-CONSOLE MESSAGE: DOMNodeInserted is deprecated. Use MutationObservers instead.
-CONSOLE MESSAGE: DOMNodeRemoved is deprecated. Use MutationObservers instead.
-CONSOLE MESSAGE: DOMNodeRemovedFromDocument is deprecated. Use MutationObservers instead.
-CONSOLE MESSAGE: DOMNodeInsertedIntoDocument is deprecated. Use MutationObservers instead.
This test ensures WebKit does not fire DOM mutation events while execCommand is in progress.
PASS: execCommand('BackColor', false, 'blue')

Powered by Google App Engine
This is Rietveld 408576698