Chromium Code Reviews

Unified Diff: LayoutTests/media/video-enter-fullscreen-without-user-gesture-expected.txt

Issue 212323003: Remove the mediaFullscreenRequiresUserGesture setting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: drop include Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/media/video-enter-fullscreen-without-user-gesture-expected.txt
diff --git a/LayoutTests/media/video-enter-fullscreen-without-user-gesture-expected.txt b/LayoutTests/media/video-enter-fullscreen-without-user-gesture-expected.txt
index afb9d788ee46ba4b141010eb9e8e2e5ab8ca991c..49dc9ab9776bb672d91539241ba67b5c3bd0f33d 100644
--- a/LayoutTests/media/video-enter-fullscreen-without-user-gesture-expected.txt
+++ b/LayoutTests/media/video-enter-fullscreen-without-user-gesture-expected.txt
@@ -1,10 +1,10 @@
-Test that video webkitRequestFullscreen() works without any user gesture if the requirement is removed.
+Test webkitRequestFullscreen() without any user gesture.
EVENT(canplaythrough)
* No user gesture initiated
EXPECTED (video.paused == 'true') OK
RUN(video.webkitRequestFullscreen())
-EVENT(webkitfullscreenchange)
+EVENT(webkitfullscreenerror)
END OF TEST
« no previous file with comments | « LayoutTests/media/video-enter-fullscreen-without-user-gesture.html ('k') | Source/core/dom/FullscreenElementStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine