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

Unified Diff: LayoutTests/media/media-player-request-fullscreen.html

Issue 1157253010: Remove WebMediaPlayerClient::requestFullscreen() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/media/media-player-request-fullscreen-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/media-player-request-fullscreen.html
diff --git a/LayoutTests/media/media-player-request-fullscreen.html b/LayoutTests/media/media-player-request-fullscreen.html
deleted file mode 100644
index 8d25cccef6480091aa798fa16b9f6deac54b2ef9..0000000000000000000000000000000000000000
--- a/LayoutTests/media/media-player-request-fullscreen.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <title>Test mediaPlayerRequestFullscreen() without a user gesture.</title>
- <script src=media-file.js></script>
- <script src=video-test.js></script>
- </head>
- <body>
- <p>Test mediaPlayerRequestFullscreen() without a user gesture.</p>
- <video controls></video>
- <script>
- findMediaElement();
- video.src = findMediaFile("video", "content/test");
- waitForEvent('loadedmetadata', function()
- {
- internals.mediaPlayerRequestFullscreen(video);
- waitForEvent('webkitfullscreenchange', endTest);
- waitForEventAndFail('webkitfullscreenerror');
- });
- </script>
- </body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/media/media-player-request-fullscreen-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698