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

Side by Side Diff: third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt

Issue 2898503002: Reenable feature policy control over fullscreen (Closed)
Patch Set: Fixing last test nits Created 3 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE WARNING: line 1: 'HTMLVideoElement.webkitDisplayingFullscreen' is deprec ated. Please use 'Document.fullscreenElement' instead.
2 CONSOLE WARNING: line 10: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecat ed. Please use 'Element.requestFullscreen()' instead.
3 HTMLVideoElement.webkitEnterFullScreen() in an iframe requires the allowfullscre en attribute
4
5 EXPECTED (video.webkitDisplayingFullscreen == 'false') OK
6 EVENT(webkitfullscreenerror)
7 END OF TEST
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698