| Index: LayoutTests/fast/css/hover-active-drag.html
|
| diff --git a/LayoutTests/fast/css/hover-active-drag.html b/LayoutTests/fast/css/hover-active-drag.html
|
| index dd11864e38005b570a93735330ad181b8a566ebf..a6d16541e9ae2017b85c1462c6529f1ddfb35067 100644
|
| --- a/LayoutTests/fast/css/hover-active-drag.html
|
| +++ b/LayoutTests/fast/css/hover-active-drag.html
|
| @@ -49,7 +49,7 @@
|
| // With the mouse still down, move into the second box.
|
| eventSender.mouseMoveTo(50, 150)
|
| shouldHaveBackground(box, 'rgb(0, 255, 0)')
|
| - shouldHaveBackground(box2, 'rgb(0, 0, 0)')
|
| + shouldHaveBackground(box2, 'rgb(255, 0, 0)')
|
|
|
| // Mouse still down, move outside of both boxes.
|
| eventSender.mouseMoveTo(400, 50)
|
|
|