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