| Index: LayoutTests/fast/events/drag-selects-image.html
|
| diff --git a/LayoutTests/fast/events/drag-selects-image.html b/LayoutTests/fast/events/drag-selects-image.html
|
| index 289a2c20199546c87b56f7f968df050a6457af65..765bc0691eda56df06b552168c8d1947daa553f0 100644
|
| --- a/LayoutTests/fast/events/drag-selects-image.html
|
| +++ b/LayoutTests/fast/events/drag-selects-image.html
|
| @@ -31,7 +31,7 @@
|
| log('Dragging image in editable area...');
|
| dragNowhere(document.getElementById('imageTwo'));
|
| log(window.getSelection().rangeCount + ' range(s) selected');
|
| - if (window.getSelection().rangeCount && window.getSelection().containsNode(document.getElementById('imageTwo')))
|
| + if (window.getSelection().rangeCount && window.getSelection().containsNode(document.getElementById('imageTwo'), false))
|
| log('imageTwo is selected');
|
| }
|
| </script>
|
|
|