| Index: third_party/WebKit/LayoutTests/fast/events/mouse-relative-position-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position-expected.txt b/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position-expected.txt
|
| index 63e3f80706022058ab6916899f9b6329aaeb4c70..3898c3b30fe1f6a6298d27df80a23b9bd9b7a930 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position-expected.txt
|
| @@ -2,7 +2,7 @@ span
|
|
|
| PASS simulateElementClick(testElement, [100, 100, 200, 200]); is '100, 100, 200, 200'
|
| PASS simulateElementClick(spanElement, [16, 10, 16, 10]); is '16, 10, 16, 10'
|
| -PASS simulateElementClick(inputElement, [40, 10, 40, 10]); is '40, 10, 40, 10'
|
| +PASS simulateElementClick(inputElement, [39, 9, 95, 10]); is '39, 9, 95, 10'
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|