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

Unified Diff: LayoutTests/fast/harness/archived-results-dashboard.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/harness/archived-results-dashboard.html
diff --git a/LayoutTests/fast/harness/archived-results-dashboard.html b/LayoutTests/fast/harness/archived-results-dashboard.html
index f93afb5ca069434017034b8e98b03c9961b06823..2a4fdf5f9a3ddf107f2b929322e1c3c9a08a500c 100644
--- a/LayoutTests/fast/harness/archived-results-dashboard.html
+++ b/LayoutTests/fast/harness/archived-results-dashboard.html
@@ -235,7 +235,7 @@ function rerun()
stdioIframe.width = window.innerWidth;
stdioIframe.height = '100px';
stdioIframe.onload = function () {
- stdioIframe.contentWindow.scrollTo(0,stdioIframe.contentWindow.document.body.scrollHeight);
+ stdioIframe.contentWindow.scrollTo(0,stdioIframe.contentWindow.document.scrollingElement.scrollHeight);
}
var stdio = document.createElement("a");
stdio.innerHTML = '<p>stdio<p>';
« no previous file with comments | « LayoutTests/fast/frames/transparent-scrollbar.html ('k') | LayoutTests/fast/html/empty-fragment-id-goto-top.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698