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

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

Issue 715653004: Navigation transitions (web to native app): Hide/Show transition elements (Blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add helper function 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 unified diff | Download patch
OLDNEW
1 Tests for the HTML markup serializer used for transition elements and transition element names and rects 1 Tests for the HTML markup serializer used for transition elements and transition element names and rects
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS sourceElementRect.top is destElement.offsetTop 6 PASS sourceElementRect.top is destElement.offsetTop
7 PASS sourceElementRect.left is destElement.offsetLeft 7 PASS sourceElementRect.left is destElement.offsetLeft
8 PASS sourceElementRect.height is destElement.offsetHeight 8 PASS sourceElementRect.height is destElement.offsetHeight
9 PASS sourceElementRect.width is destElement.offsetWidth 9 PASS sourceElementRect.width is destElement.offsetWidth
10 PASS preHidingTransitionElementOpacity == 1 is true 10 PASS preHidingTransitionElementOpacity == 1 is true
11 PASS postHidingTransitionElementOpacity == 0 is true 11 PASS postHidingTransitionElementOpacity == 0 is true
12 PASS preHidingBottomElementRect.top is postHidingBottomElementRect.top 12 PASS preHidingBottomElementRect.top is postHidingBottomElementRect.top
13 PASS preHidingBottomElementRect.left is postHidingBottomElementRect.left 13 PASS preHidingBottomElementRect.left is postHidingBottomElementRect.left
14 PASS transitionElementIds[0] is "transitionElement" 14 PASS transitionElementIds[0] is "transitionElement"
15 PASS transitionElementIds[1] is "boxTransitionElement" 15 PASS transitionElementIds[1] is "boxTransitionElement"
16 PASS transitionElementRects[0].left == transitionElementBounds.left is true 16 PASS transitionElementRects[0].left == transitionElementBounds.left is true
17 PASS transitionElementRects[0].top == transitionElementBounds.top is true 17 PASS transitionElementRects[0].top == transitionElementBounds.top is true
18 PASS transitionElementRects[0].width == transitionElementBounds.width is true 18 PASS transitionElementRects[0].width == transitionElementBounds.width is true
19 PASS transitionElementRects[0].height == transitionElementBounds.height is true 19 PASS transitionElementRects[0].height == transitionElementBounds.height is true
20 PASS transitionElementRects[1].left == boxTransitionElementBounds.left is true 20 PASS transitionElementRects[1].left == boxTransitionElementBounds.left is true
21 PASS transitionElementRects[1].top == boxTransitionElementBounds.top is true 21 PASS transitionElementRects[1].top == boxTransitionElementBounds.top is true
22 PASS transitionElementRects[1].width == boxTransitionElementBounds.width is true 22 PASS transitionElementRects[1].width == boxTransitionElementBounds.width is true
23 PASS transitionElementRects[1].height == boxTransitionElementBounds.height is tr ue 23 PASS transitionElementRects[1].height == boxTransitionElementBounds.height is tr ue
24 PASS postShowingTransitionElementOpacity == 1 is true
24 PASS successfullyParsed is true 25 PASS successfullyParsed is true
25 26
26 TEST COMPLETE 27 TEST COMPLETE
27 Header 28 Header
28 29
29 Footer 30 Footer
30 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698