| Index: third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html b/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html
|
| index e3627a51da6dda5ea8c1a54d6d7aa853d33625c8..9808f18acab14505836daa9b9286b8682c37cac1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html
|
| @@ -59,10 +59,10 @@
|
| shouldBeEqualToString('window.internals.getCurrentCursorInfo()', 'type=IBeam hotSpot=0,0');
|
| debug('Adding overlay element');
|
| addOverlay();
|
| - expectCursorUpdate('type=Wait hotSpot=0,0', function() {
|
| + expectSendFakeMouseMove('type=Wait hotSpot=0,0', function() {
|
| debug('Moving overlay element');
|
| overlay.style.top = "100px";
|
| - expectCursorUpdate('type=IBeam hotSpot=0,0', function() {
|
| + expectSendFakeMouseMove('type=IBeam hotSpot=0,0', function() {
|
| finishJSTest();
|
| });
|
| });
|
|
|