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

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

Issue 1533913003: Add willBeRemoved and replacedWillBeRemoved deprecation message helpers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing return Created 5 years 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: third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt b/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt
index 0783cc70293b83a6b1e156d1079a783cdb889832..6bfa02d417e37da102362048d8a2549c76d87d50 100644
--- a/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE WARNING: 'HTMLVideoElement.webkitSupportsFullscreen' is deprecated. Its value is true if the video is loaded.
-CONSOLE WARNING: 'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Please use the 'fullscreenchange' event instead.
+CONSOLE WARNING: 'HTMLVideoElement.webkitSupportsFullscreen' is deprecated. Please use 'Document.fullscreenEnabled' instead.
+CONSOLE WARNING: 'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Please use 'Document.fullscreenElement' instead.
CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullscreen()' is deprecated. Please use 'Element.requestFullscreen()' instead.
CONSOLE WARNING: Failed to execute 'requestFullScreen' on 'Element': API can only be initiated by a user gesture.
CONSOLE WARNING: 'HTMLVideoElement.webkitExitFullscreen()' is deprecated. Please use 'Document.exitFullscreen()' instead.

Powered by Google App Engine
This is Rietveld 408576698