| Index: LayoutTests/fast/scrolling/hover-during-scroll-expected.txt
|
| diff --git a/LayoutTests/fast/scrolling/hover-during-scroll-expected.txt b/LayoutTests/fast/scrolling/hover-during-scroll-expected.txt
|
| index aa6d62b2e8359b56912de9f0d4052c6f8675e94e..10c6252c18ac67e143e4117b7241dda9b906d409 100644
|
| --- a/LayoutTests/fast/scrolling/hover-during-scroll-expected.txt
|
| +++ b/LayoutTests/fast/scrolling/hover-during-scroll-expected.txt
|
| @@ -31,6 +31,9 @@ hover over me
|
| hover over me
|
| Test for http://crbug.com/153784. New hover effects should not be invoked during scroll if the mouse cursor is not visible.
|
|
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| Mouse is visible, moving it over the first div.
|
| PASS array[0].innerHTML is "currently hovered"
|
| PASS array[1].innerHTML is "hover over me"
|
| @@ -40,9 +43,6 @@ PASS array[1].innerHTML is "currently hovered"
|
| PASS array[2].innerHTML is "hover over me"
|
| Mouse is visible, scrolling page so the mouse ends up on the third div.
|
| PASS document.documentElement.scrollTop is 0
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| PASS array[0].innerHTML is "was hovered"
|
| PASS array[1].innerHTML is "was hovered"
|
| PASS array[2].innerHTML is "currently hovered"
|
|
|