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

Unified Diff: LayoutTests/media/video-prefixed-fullscreen.html

Issue 1240573005: Make video.webkitSupportsFullscreen an alias of document.fullscreenEnabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: move comments to assert descriptions Created 5 years, 5 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/media/video-prefixed-fullscreen.html
diff --git a/LayoutTests/media/video-prefixed-fullscreen.html b/LayoutTests/media/video-prefixed-fullscreen.html
index e00062fbf510d0254cee83bf9e840a1b31af7a0a..50287ca689fe6a9be0988f4517501206897397b4 100644
--- a/LayoutTests/media/video-prefixed-fullscreen.html
+++ b/LayoutTests/media/video-prefixed-fullscreen.html
@@ -8,7 +8,7 @@
function start()
{
findMediaElement();
- testExpected("video.webkitSupportsFullscreen", false);
+ testExpected("video.webkitSupportsFullscreen", true);
testExpected("video.webkitDisplayingFullscreen", false);
video.src = findMediaFile("video", "content/test");
waitForEvent("loadeddata", loadeddata);

Powered by Google App Engine
This is Rietveld 408576698