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

Unified Diff: LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html

Issue 355343002: Harden a fullscreen transition test (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « no previous file | LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
diff --git a/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html b/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
index c28b2f72bf98da2f6a3c4b65e4887e07440caf3a..a664681301980290333b36e8d150f14f94936c66 100644
--- a/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
+++ b/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
@@ -35,6 +35,7 @@ function goFullScreen() {
}, 0);
}, 0);
element.webkitRequestFullScreen();
+ shouldNotBe("document.webkitFullscreenElement", "null");
}
</script>
<body onload="init()">
« no previous file with comments | « no previous file | LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698