| Index: third_party/WebKit/LayoutTests/fast/events/onclick-list-marker.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/onclick-list-marker.html b/third_party/WebKit/LayoutTests/fast/events/onclick-list-marker.html
|
| index b30eb39433291650b1365f3ec27d85aa128d14fa..17c740f03ac47c414e98e73152fefd6739cd2464 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/onclick-list-marker.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/onclick-list-marker.html
|
| @@ -37,7 +37,7 @@ function runTest() {
|
|
|
| // WebCore renders an inside list marker right up against the left edge of the bounding box of the list item.
|
| // This x position should put us over the list marker
|
| - x = li.offsetLeft + 10;
|
| + x = li.offsetLeft + 40;
|
|
|
| // Set the left margin of the span so that the text inside it overlaps the list marker. Clicking on a spot over
|
| // the list marker should cause the following onclick fire order: span, li, ul
|
|
|