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

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

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation 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 77badb21bb8ca117283eae559c640326e7485c9b..04d99dd42b6304ab956a14afeceb2f027b08ac12 100644
--- a/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt
+++ b/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt
@@ -1,7 +1,7 @@
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: line 1: Failed to execute 'requestFullScreen' on 'Element': API can only be initiated by a user gesture.
CONSOLE WARNING: line 1: 'HTMLVideoElement.webkitExitFullscreen()' is deprecated. Please use 'Document.exitFullscreen()' instead.
Test the prefixed HTMLVideoElement fullscreen API

Powered by Google App Engine
This is Rietveld 408576698