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

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-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/fullscreen/full-screen-iframe-legacy-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt b/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
index 6c8127c300a678c1321a3d63409b28776771364e..701ffecaa5b1c809cbd97bd8fa802a7b21fa3b6d 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
+++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: 'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Please use the 'fullscreenchange' event instead.
+CONSOLE WARNING: 'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Please use 'Document.fullscreenElement' instead.
CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Please use 'Element.requestFullscreen()' instead.
HTMLVideoElement.webkitEnterFullScreen() in an iframe requires the allowfullscreen attribute

Powered by Google App Engine
This is Rietveld 408576698