Index: third_party/WebKit/LayoutTests/media/video-currentTime-set-with-controller.html |
diff --git a/third_party/WebKit/LayoutTests/media/video-currentTime-set-with-controller.html b/third_party/WebKit/LayoutTests/media/video-currentTime-set-with-controller.html |
deleted file mode 100644 |
index 6b2c63a4a7ff07f5fcb8543eb4b450b5e5f257b5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/video-currentTime-set-with-controller.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<!doctype html> |
-<html> |
- <head> |
- <title>Setting currentTime with a media controller present</title> |
- </head> |
- <body> |
- <video mediagroup="x"></video> |
- <script src="video-test.js"></script> |
- <script> |
- testExpected("video.controller instanceof MediaController", true); |
- testDOMException("video.currentTime = 0", "DOMException.INVALID_STATE_ERR"); |
- endTest(); |
- </script> |
- </body> |
-</html> |