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(); |
} |
} |