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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
diff --git a/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt b/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
index 3c61a4781c6974b7c59ab5ed38488f7efab0a42d..6c8127c300a678c1321a3d63409b28776771364e 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
+++ b/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
@@ -1,6 +1,8 @@
+CONSOLE WARNING: 'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Please use the 'fullscreenchange' event instead.
CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Please use 'Element.requestFullscreen()' instead.
HTMLVideoElement.webkitEnterFullScreen() in an iframe requires the allowfullscreen attribute
+EXPECTED (video.webkitDisplayingFullscreen == 'false') OK
EVENT(webkitfullscreenerror)
END OF TEST
« 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