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

Unified Diff: LayoutTests/fast/html/navigation-transition-expected.txt

Issue 654953002: Navigation transitions (web to native app): Get names and rects of transition elements (Step 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review fix Created 6 years, 1 month 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/html/navigation-transition.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/navigation-transition-expected.txt
diff --git a/LayoutTests/fast/html/navigation-transition-expected.txt b/LayoutTests/fast/html/navigation-transition-expected.txt
index 0facf9689f7df82b16e09626106242b1bcef4166..ea92e1aada3ba810c021c46b6f36d929dc9015f4 100644
--- a/LayoutTests/fast/html/navigation-transition-expected.txt
+++ b/LayoutTests/fast/html/navigation-transition-expected.txt
@@ -1,4 +1,4 @@
-Tests for the HTML markup serializer used for transition elements
+Tests for the HTML markup serializer used for transition elements and transition element names and rects
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -11,6 +11,16 @@ PASS preHidingTransitionElementOpacity == 1 is true
PASS postHidingTransitionElementOpacity == 0 is true
PASS preHidingBottomElementRect.top is postHidingBottomElementRect.top
PASS preHidingBottomElementRect.left is postHidingBottomElementRect.left
+PASS transitionElementIds[0] is "transitionElement"
+PASS transitionElementIds[1] is "boxTransitionElement"
+PASS transitionElementRects[0].left == transitionElementBounds.left is true
+PASS transitionElementRects[0].top == transitionElementBounds.top is true
+PASS transitionElementRects[0].width == transitionElementBounds.width is true
+PASS transitionElementRects[0].height == transitionElementBounds.height is true
+PASS transitionElementRects[1].left == boxTransitionElementBounds.left is true
+PASS transitionElementRects[1].top == boxTransitionElementBounds.top is true
+PASS transitionElementRects[1].width == boxTransitionElementBounds.width is true
+PASS transitionElementRects[1].height == boxTransitionElementBounds.height is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/html/navigation-transition.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698