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

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

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.html
diff --git a/LayoutTests/fast/events/tab-focus-link-with-scroll.html b/LayoutTests/fast/events/tab-focus-link-with-scroll.html
index 8520c12d3771e0516eabf73d9f9a060aa53a42b8..bda05c9d956e3a98d46e7ee2bb91697002b3ae8e 100644
--- a/LayoutTests/fast/events/tab-focus-link-with-scroll.html
+++ b/LayoutTests/fast/events/tab-focus-link-with-scroll.html
@@ -29,5 +29,5 @@ html, body, .workspace {
eventSender.keyDown('\t');
shouldBe("document.activeElement.id", "'tab4'");
- shouldBe("document.body.clientHeight", "document.body.scrollHeight - window.scrollY");
-</script>
+ shouldBe("document.body.clientHeight", "document.scrollingElement.scrollHeight - window.scrollY");
+</script>

Powered by Google App Engine
This is Rietveld 408576698