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

Unified Diff: LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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/events/tab-focus-link-with-scroll-expected.txt
diff --git a/LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt b/LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt
index 04be3e18ad29781150219f58dea643bfd2149cd0..04ce90d96641173b5cf83c3b31e491a356383355 100644
--- a/LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt
+++ b/LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt
@@ -7,7 +7,7 @@ PASS document.activeElement.id is 'tab1'
PASS document.activeElement.id is 'tab2'
PASS document.activeElement.id is 'tab3'
PASS document.activeElement.id is 'tab4'
-PASS document.body.clientHeight is document.body.scrollHeight - window.scrollY
+PASS document.body.clientHeight is document.scrollingElement.scrollHeight - window.scrollY
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698