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

Unified Diff: LayoutTests/fast/html/navigation-transition.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 | « LayoutTests/fast/dom/scroll-element-in-iframe-to-rect.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/navigation-transition.html
diff --git a/LayoutTests/fast/html/navigation-transition.html b/LayoutTests/fast/html/navigation-transition.html
index a87f30f3da531334439817b82a72686a136b876b..125cdcae27ed8164847dfd2851645a0d522bd997 100644
--- a/LayoutTests/fast/html/navigation-transition.html
+++ b/LayoutTests/fast/html/navigation-transition.html
@@ -47,8 +47,8 @@ window.onload = function() {
shouldBeEqualToString('transitionElementIds[1]', 'boxTransitionElement');
transitionElementRects = internals.getTransitionElementRects();
- transitionElementBounds = internals.boundsInRootViewSpace(transitionElement);
- boxTransitionElementBounds = internals.boundsInRootViewSpace(sourceElement);
+ transitionElementBounds = internals.boundsInViewportSpace(transitionElement);
+ boxTransitionElementBounds = internals.boundsInViewportSpace(sourceElement);
shouldBeTrue('transitionElementRects[0].left == transitionElementBounds.left');
shouldBeTrue('transitionElementRects[0].top == transitionElementBounds.top');
shouldBeTrue('transitionElementRects[0].width == transitionElementBounds.width');
« no previous file with comments | « LayoutTests/fast/dom/scroll-element-in-iframe-to-rect.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698