Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: LayoutTests/fast/scrolling/hover-during-scroll-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698