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

Unified Diff: LayoutTests/editing/selection/drag-drop-restore-expected.txt

Issue 21030005: Editor: Deffer event dispatch after selection change. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/selection/drag-drop-restore-expected.txt
diff --git a/LayoutTests/css3/compositing/should-have-compositing-layer-expected.txt b/LayoutTests/editing/selection/drag-drop-restore-expected.txt
similarity index 58%
copy from LayoutTests/css3/compositing/should-have-compositing-layer-expected.txt
copy to LayoutTests/editing/selection/drag-drop-restore-expected.txt
index 3d73173e9191c98e5182c0c99a015fa3f522c483..1fabd766594fd71932ff7008d3e10db20b94b91c 100644
--- a/LayoutTests/css3/compositing/should-have-compositing-layer-expected.txt
+++ b/LayoutTests/editing/selection/drag-drop-restore-expected.txt
@@ -1,10 +1,12 @@
-Test to make sure a blend mode creates a compositing layer. Test is successful of render tree shows compositing
+This test verifies that content of input box could be restored in 'focus' event fired by drag-and-drop.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS content has compositing layers
PASS successfullyParsed is true
TEST COMPLETE
-
+PASS oldValue is ""
+PASS src.value is "abc"
+PASS dst.value is "abc"
+

Powered by Google App Engine
This is Rietveld 408576698