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

Unified Diff: third_party/WebKit/LayoutTests/media/controls-mute-with-controller-expected.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/controls-mute-with-controller-expected.html
diff --git a/third_party/WebKit/LayoutTests/media/controls-mute-with-controller-expected.html b/third_party/WebKit/LayoutTests/media/controls-mute-with-controller-expected.html
deleted file mode 100644
index eed18d493faafa91327a516237b5e5035d2903c7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/controls-mute-with-controller-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <title>media controls mute button with MediaController</title>
- <script src="media-file.js"></script>
- </head>
- <body>
- <video controls muted></video>
- <script>
- if (window.testRunner)
- testRunner.waitUntilDone();
-
- var video = document.querySelector("video");
- video.src = findMediaFile("video", "content/test");
- video.addEventListener("loadeddata", function()
- {
- if (window.testRunner)
- testRunner.notifyDone();
- });
- </script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698