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

Unified 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 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.cpp » ('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 c92a1ae00413320e3509d756ce24f187f9dc0bce..0facf9689f7df82b16e09626106242b1bcef4166 100644
--- a/LayoutTests/fast/html/navigation-transition-expected.txt
+++ b/LayoutTests/fast/html/navigation-transition-expected.txt
@@ -7,9 +7,14 @@ PASS sourceElementRect.top is destElement.offsetTop
PASS sourceElementRect.left is destElement.offsetLeft
PASS sourceElementRect.height is destElement.offsetHeight
PASS sourceElementRect.width is destElement.offsetWidth
+PASS preHidingTransitionElementOpacity == 1 is true
+PASS postHidingTransitionElementOpacity == 0 is true
+PASS preHidingBottomElementRect.top is postHidingBottomElementRect.top
+PASS preHidingBottomElementRect.left is postHidingBottomElementRect.left
PASS successfullyParsed is true
TEST COMPLETE
-This text should appear twice.
+Header
+Footer
« 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