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

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

Issue 891523002: ScrollTopLeftInterop should not be marked experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 11 months 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 10c6252c18ac67e143e4117b7241dda9b906d409..eac45688e5d8cc98c9b288dfe82400d627f49296 100644
--- a/LayoutTests/fast/scrolling/hover-during-scroll-expected.txt
+++ b/LayoutTests/fast/scrolling/hover-during-scroll-expected.txt
@@ -48,11 +48,11 @@ PASS array[1].innerHTML is "was hovered"
PASS array[2].innerHTML is "currently hovered"
PASS array[3].innerHTML is "hover over me"
Mouse is not visible, scrolling page so the mouse ends up on the fourth div.
-PASS document.documentElement.scrollTop is 50
+PASS document.documentElement.scrollTop is 0
PASS array[0].innerHTML is "was hovered"
PASS array[1].innerHTML is "was hovered"
PASS array[2].innerHTML is "currently hovered"
PASS array[3].innerHTML is "hover over me"
PASS array[4].innerHTML is "hover over me"
-PASS document.documentElement.scrollTop is 100
+PASS document.documentElement.scrollTop is 0

Powered by Google App Engine
This is Rietveld 408576698