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

Unified Diff: LayoutTests/editing/undo/undo-after-event-edited-expected.txt

Issue 141103006: Protect document.execCommand() from recursive call and DOM mutation events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2014-02-03T14:21:08 Created 6 years, 11 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/editing/undo/undo-after-event-edited-expected.txt
diff --git a/LayoutTests/editing/undo/undo-after-event-edited-expected.txt b/LayoutTests/editing/undo/undo-after-event-edited-expected.txt
index b41c4bb01b9440ef0b432ddffa96f5358131328b..d8577f5e8e6a26fa86684c39045417b4751ceb44 100644
--- a/LayoutTests/editing/undo/undo-after-event-edited-expected.txt
+++ b/LayoutTests/editing/undo/undo-after-event-edited-expected.txt
@@ -1 +1,3 @@
+CONSOLE WARNING: We don't execute document.execCommand() this time, because it is called recursively.
+CONSOLE WARNING: We don't execute document.execCommand() this time, because it is called recursively.
Pass. Test didn't crash.

Powered by Google App Engine
This is Rietveld 408576698