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

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

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: 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 | « no previous file | LayoutTests/fast/html/navigation-transition-expected.txt » ('j') | Source/core/dom/Document.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/navigation-transition.html
diff --git a/LayoutTests/fast/html/navigation-transition.html b/LayoutTests/fast/html/navigation-transition.html
index b6e93f0cefbf01e8773bcf255e9b3be581a0fe58..20935f1f4ab489c21e44f0a64f5edb381ae9e84e 100644
--- a/LayoutTests/fast/html/navigation-transition.html
+++ b/LayoutTests/fast/html/navigation-transition.html
@@ -41,6 +41,10 @@ window.onload = function() {
shouldBe('preHidingBottomElementRect.top', 'postHidingBottomElementRect.top');
shouldBe('preHidingBottomElementRect.left', 'postHidingBottomElementRect.left');
+ internals.showAllTransitionElements();
+ postShowingTransitionElementOpacity = window.getComputedStyle(transitionElement).opacity;
+ shouldBeTrue('postShowingTransitionElementOpacity == 1');
+
finishJSTest();
}
}
« no previous file with comments | « no previous file | LayoutTests/fast/html/navigation-transition-expected.txt » ('j') | Source/core/dom/Document.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698