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

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

Issue 25039006: document.documentElement.scrollTop/Left is zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: document.documentElement.scrollTop/Left is zero Created 7 years, 2 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 50ec38174281022ad635e2bad864e63dd6fb741b..e4e4ca463cf56a7ce409961e0a2e10a547391bc0 100644
--- a/LayoutTests/fast/scrolling/hover-during-scroll-expected.txt
+++ b/LayoutTests/fast/scrolling/hover-during-scroll-expected.txt
@@ -39,17 +39,17 @@ PASS array[0].innerHTML is "was hovered"
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.body.scrollTop is 0
+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"
Mouse is not visible, scrolling page so the mouse ends up on the fourth div.
-PASS document.body.scrollTop is 50
+PASS document.documentElement.scrollTop is 50
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.body.scrollTop is 100
+PASS document.documentElement.scrollTop is 100
« no previous file with comments | « LayoutTests/fast/scrolling/hover-during-scroll.html ('k') | LayoutTests/http/tests/navigation/anchor-frames-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698