Index: LayoutTests/editing/selection/drag-drop-events-expected.txt |
diff --git a/LayoutTests/fast/forms/formtarget-attribute-input-html-expected.txt b/LayoutTests/editing/selection/drag-drop-events-expected.txt |
similarity index 50% |
copy from LayoutTests/fast/forms/formtarget-attribute-input-html-expected.txt |
copy to LayoutTests/editing/selection/drag-drop-events-expected.txt |
index 9539a6bebcfbb8317ae454b86b141ec36955798c..90f5d4758869074942dad6284d93bda97be0614c 100644 |
--- a/LayoutTests/fast/forms/formtarget-attribute-input-html-expected.txt |
+++ b/LayoutTests/editing/selection/drag-drop-events-expected.txt |
@@ -1,11 +1,17 @@ |
-Test for the formtarget attribute in an input tag. |
+ |
+This test verifies the order of events fired by drag-and-drop. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS The formtarget attribute was successfully used. |
PASS successfullyParsed is true |
TEST COMPLETE |
+focus src |
+drop dst |
+blur src |
+focus dst |
+input src |
+input dst |
+change src |
- |