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

Unified Diff: LayoutTests/fast/dom/scroll-element-in-iframe-to-rect.html

Issue 919423002: Audited and renamed uses of methods and variables named RootView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again Created 5 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/fast/html/navigation-transition.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/scroll-element-in-iframe-to-rect.html
diff --git a/LayoutTests/fast/dom/scroll-element-in-iframe-to-rect.html b/LayoutTests/fast/dom/scroll-element-in-iframe-to-rect.html
index 94c3cce715239567958e185e2c8378ac4a306859..58e7235e69ce4135a825675defc324c8b5ccad2f 100644
--- a/LayoutTests/fast/dom/scroll-element-in-iframe-to-rect.html
+++ b/LayoutTests/fast/dom/scroll-element-in-iframe-to-rect.html
@@ -26,7 +26,7 @@
debug('This test requires window.internals API to be available.');
}
- window.rect = window.internals.boundsInRootViewSpace(box);
+ window.rect = window.internals.boundsInViewportSpace(box);
window.computedLeft = Math.floor((300 - rect.width) / 2);
window.computedTop = Math.floor((300 - rect.height) / 2);
shouldBe('rect.left', 'computedLeft');
« no previous file with comments | « no previous file | LayoutTests/fast/html/navigation-transition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698