Chromium Code Reviews| Index: LayoutTests/fast/events/setDragImage-with-detached-node-expected.txt |
| diff --git a/LayoutTests/fast/events/setDragImage-with-detached-node-expected.txt b/LayoutTests/fast/events/setDragImage-with-detached-node-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d77606e8745fad3e58135dad230a55e6894aa64f |
| --- /dev/null |
| +++ b/LayoutTests/fast/events/setDragImage-with-detached-node-expected.txt |
| @@ -0,0 +1,9 @@ |
| +Test that calling setDragImage() with a detached node doesn't immediately abort the drag. This test can be manually run by dragging the 'Drag Me' div around and then ending the drag. |
| + |
| +Drag Me |
| +PASS successfullyParsed is true |
| + |
| +TEST COMPLETE |
| +Started drag. |
| +PASS Ended drag. |
| + |