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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-fullscreen-with-controller.html

Issue 1373423003: Remove MediaController (already diabled by REF) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update web-platform-tests expectations Created 5 years, 2 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-controls-fullscreen-with-controller.html
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-fullscreen-with-controller.html b/third_party/WebKit/LayoutTests/media/video-controls-fullscreen-with-controller.html
deleted file mode 100644
index 59af04bab9dd7b32a3b08193ce2da085d0925b6d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-controls-fullscreen-with-controller.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>video controls fullscreen button with MediaController</title>
- <script src="../resources/testharness.js"></script>
- <script src="../resources/testharnessreport.js"></script>
- <script src="media-file.js"></script>
- <script src="media-controls.js"></script>
- <script src="video-controls-fullscreen.js"></script>
- </head>
- <body>
- <div id="log"></div>
- <script>fullscreen_test(new MediaController());</script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698