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

Unified Diff: LayoutTests/media/video-prefixed-fullscreen-expected.txt

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
« no previous file with comments | « LayoutTests/media/video-prefixed-fullscreen.html ('k') | Source/core/html/HTMLVideoElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-prefixed-fullscreen-expected.txt
diff --git a/LayoutTests/media/video-prefixed-fullscreen-expected.txt b/LayoutTests/media/video-prefixed-fullscreen-expected.txt
index 04ae574ef6d45178847638f66307abd24eccb110..0783cc70293b83a6b1e156d1079a783cdb889832 100644
--- a/LayoutTests/media/video-prefixed-fullscreen-expected.txt
+++ b/LayoutTests/media/video-prefixed-fullscreen-expected.txt
@@ -5,7 +5,7 @@ CONSOLE WARNING: Failed to execute 'requestFullScreen' on 'Element': API can onl
CONSOLE WARNING: 'HTMLVideoElement.webkitExitFullscreen()' is deprecated. Please use 'Document.exitFullscreen()' instead.
Test the prefixed HTMLVideoElement fullscreen API
-EXPECTED (video.webkitSupportsFullscreen == 'false') OK
+EXPECTED (video.webkitSupportsFullscreen == 'true') OK
EXPECTED (video.webkitDisplayingFullscreen == 'false') OK
EVENT(loadeddata)
EXPECTED (video.webkitSupportsFullscreen == 'true') OK
« no previous file with comments | « LayoutTests/media/video-prefixed-fullscreen.html ('k') | Source/core/html/HTMLVideoElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698