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

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

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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: 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 6bfa02d417e37da102362048d8a2549c76d87d50..77badb21bb8ca117283eae559c640326e7485c9b 100644
--- a/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt
@@ -1,8 +1,8 @@
-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: line 1: 'HTMLVideoElement.webkitSupportsFullscreen' is deprecated. Please use 'Document.fullscreenEnabled' instead.
+CONSOLE WARNING: line 1: 'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Please use 'Document.fullscreenElement' instead.
+CONSOLE WARNING: line 1: '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.
+CONSOLE WARNING: line 1: 'HTMLVideoElement.webkitExitFullscreen()' is deprecated. Please use 'Document.exitFullscreen()' instead.
Test the prefixed HTMLVideoElement fullscreen API
EXPECTED (video.webkitSupportsFullscreen == 'true') OK

Powered by Google App Engine
This is Rietveld 408576698