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

Unified Diff: third_party/WebKit/LayoutTests/media/media-controller-timeupdate.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/media-controller-timeupdate.html
diff --git a/third_party/WebKit/LayoutTests/media/media-controller-timeupdate.html b/third_party/WebKit/LayoutTests/media/media-controller-timeupdate.html
deleted file mode 100644
index e7292ee747267430e19c74fb5326cb3f229a68bc..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/media-controller-timeupdate.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>MediaController - timeupdate test</title>
- <script src=video-test.js></script>
- <script src=media-file.js></script>
- <script>
- var video;
-
- var start = function() {
- findMediaElement();
-
- waitForEvent('canplay', canplay);
- video.src = findMediaFile("video", "content/test");
- };
-
- var canplay = function() {
- waitForEventAndEnd('timeupdate');
- run('video.play');
- };
- </script>
-</head>
-<body>
- <body onload="start()">
- <video id="video" mediaGroup="group" controls autoplay></video>
- </body>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698