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

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: 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
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..29f63614a6551a48310800252093e49701fad702 100644
--- a/LayoutTests/fast/html/navigation-transition-expected.txt
+++ b/LayoutTests/fast/html/navigation-transition-expected.txt
@@ -7,9 +7,12 @@ 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 preHidingTransitionElementVisibility == "visible" is true
+PASS postHidingTransitionElementVisibility == "hidden" 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.
-
+Footer

Powered by Google App Engine
This is Rietveld 408576698