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

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

Issue 476553002: Navigation transitions: Hide transition elements by setting CSS opacity rather than display. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test fix Created 6 years, 4 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/html/navigation-transition.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests for the HTML markup serializer used for transition elements 1 Tests for the HTML markup serializer used for transition elements
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
11 PASS postHidingTransitionElementOpacity == 0 is true
12 PASS preHidingBottomElementRect.top is postHidingBottomElementRect.top
13 PASS preHidingBottomElementRect.left is postHidingBottomElementRect.left
10 PASS successfullyParsed is true 14 PASS successfullyParsed is true
11 15
12 TEST COMPLETE 16 TEST COMPLETE
13 This text should appear twice. 17 Header
14 18
19 Footer
15 20
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/navigation-transition.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698