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

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: 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 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/web/WebDocument.cpp » ('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 f3404167d7fde50237c26d10606e6ad335932f78..63b1cab2a08db0479d081eef5153f0ca1badb483 100644
--- a/LayoutTests/fast/html/navigation-transition.html
+++ b/LayoutTests/fast/html/navigation-transition.html
@@ -57,6 +57,10 @@ window.onload = function() {
shouldBeTrue('transitionElementRects[1].width == boxTransitionElementBounds.width');
shouldBeTrue('transitionElementRects[1].height == boxTransitionElementBounds.height');
+ 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/web/WebDocument.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698