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

Unified Diff: LayoutTests/media/video-play-require-user-gesture-expected.txt

Issue 139313007: Deprecate HTMLVideoElement-specific prefixed fullscreen API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 6 years, 11 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-play-require-user-gesture-expected.txt
diff --git a/LayoutTests/media/video-play-require-user-gesture-expected.txt b/LayoutTests/media/video-play-require-user-gesture-expected.txt
index 6541a2674858bb585e87630b6b1ce7479e123365..a5c821be665d64d9a4c39aaa5ceebadbfa68e059 100644
--- a/LayoutTests/media/video-play-require-user-gesture-expected.txt
+++ b/LayoutTests/media/video-play-require-user-gesture-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Please use 'Element.requestFullscreen()' and 'Element.webkitRequestFullscreen()' instead.
Test that video play(), pause() and webkitEnterFullScreen() should not work unless a user clicked on the play button.
EVENT(canplaythrough)
« no previous file with comments | « LayoutTests/media/video-enter-fullscreen-without-user-gesture-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698