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" |