| Index: chrome/test/data/drag_and_drop/drop_target.html
|
| diff --git a/chrome/test/data/drag_and_drop/drop_target.html b/chrome/test/data/drag_and_drop/drop_target.html
|
| index 4f1bbccecc617af4ca45d0e3e6bb0ef86bc9b213..b77ace2c08f7cdc481e04e599108f98eba115d8f 100644
|
| --- a/chrome/test/data/drag_and_drop/drop_target.html
|
| +++ b/chrome/test/data/drag_and_drop/drop_target.html
|
| @@ -38,7 +38,9 @@
|
| </script>
|
| </head>
|
| <body>
|
| - <div ondragover="dragover_handler(event);" ondrop="drop_handler(event);">
|
| - <p>Use this frame as a target of a drag-n-drop</p>
|
| + <div ondragover="dragover_handler(event);"
|
| + ondrop="drop_handler(event);"
|
| + ondragenter="window.reportDragAndDropEvent(event);"
|
| + ><p>Use this frame as a target of a drag-n-drop</p>
|
| </div>
|
| </body>
|
|
|