| Index: LayoutTests/fast/lists/drag-into-marker.html
|
| diff --git a/LayoutTests/fast/lists/drag-into-marker.html b/LayoutTests/fast/lists/drag-into-marker.html
|
| index 2813e7d188c7b7fe8851a48aef3b5508098df482..458eb70eb24ed525a2be2893d144cc33cb31cce2 100644
|
| --- a/LayoutTests/fast/lists/drag-into-marker.html
|
| +++ b/LayoutTests/fast/lists/drag-into-marker.html
|
| @@ -34,7 +34,7 @@ function runTest() {
|
| // WebCore paints a position:outside list markers at an offset from the top left corner of the
|
| // bounds of the list item. The offset is computed using a magic number and the
|
| // fonts ascent, two values we can't get to. This (x, y) *should* be over the list marker.
|
| - var x = ul.offsetLeft + 18;
|
| + var x = ul.offsetLeft + 6;
|
| var y = li.offsetTop + li.offsetHeight / 2 + 20;
|
|
|
| eventSender.mouseMoveTo(x, y);
|
| @@ -46,4 +46,4 @@ function runTest() {
|
| runTest();
|
| </script>
|
|
|
| -</body>
|
| +</body>
|
|
|