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

Side by Side Diff: LayoutTests/fullscreen/full-screen-iframe-legacy-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Pl ease use the 'fullscreenchange' event instead.
1 CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Pleas e use 'Element.requestFullscreen()' instead. 2 CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Pleas e use 'Element.requestFullscreen()' instead.
2 HTMLVideoElement.webkitEnterFullScreen() in an iframe requires the allowfullscre en attribute 3 HTMLVideoElement.webkitEnterFullScreen() in an iframe requires the allowfullscre en attribute
3 4
5 EXPECTED (video.webkitDisplayingFullscreen == 'false') OK
4 EVENT(webkitfullscreenerror) 6 EVENT(webkitfullscreenerror)
5 END OF TEST 7 END OF TEST
6 8
OLDNEW
« no previous file with comments | « LayoutTests/fullscreen/full-screen-iframe-legacy.html ('k') | LayoutTests/media/video-controls-fullscreen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698