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

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: Remove redundant expectation file Created 7 years, 2 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
« no previous file with comments | « LayoutTests/editing/selection/drag-drop-restore.html ('k') | Source/core/editing/Editor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 59%
copy from LayoutTests/css3/compositing/should-have-compositing-layer-expected.txt
copy to LayoutTests/editing/selection/drag-drop-restore-expected.txt
index 3d73173e9191c98e5182c0c99a015fa3f522c483..aba17075748aaa9bbd7d21873d36f4c8ca5fd8b6 100644
--- a/LayoutTests/css3/compositing/should-have-compositing-layer-expected.txt
+++ b/LayoutTests/editing/selection/drag-drop-restore-expected.txt
@@ -1,10 +1,13 @@
-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"
« no previous file with comments | « LayoutTests/editing/selection/drag-drop-restore.html ('k') | Source/core/editing/Editor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698