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

Unified Diff: LayoutTests/media/media-startTime.html

Issue 32583003: Remove HTMLMediaElement.startTime (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@mediaidl
Patch Set: Created 7 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
« no previous file with comments | « no previous file | LayoutTests/media/media-startTime-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/media-startTime.html
diff --git a/LayoutTests/media/media-startTime.html b/LayoutTests/media/media-startTime.html
deleted file mode 100644
index afe21eb11fc291aeb4518dda089461c4387419d5..0000000000000000000000000000000000000000
--- a/LayoutTests/media/media-startTime.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<html>
- <head>
- <title>startTime attribute test</title>
- <script src=media-file.js></script>
- <script src=video-test.js></script>
-
- <script>
- function loadeddata()
- {
- testExpected("video.startTime", 0);
- run("video.startTime = 10");
- testExpected("video.startTime", 0);
- endTest();
- }
-
- function start()
- {
- findMediaElement();
- waitForEvent('loadeddata', loadeddata);
-
- var mediaFile = findMediaFile("video", "content/test");
- disableFullTestDetailsPrinting();
- runSilently("video.src = '" + mediaFile + "'");
- enableFullTestDetailsPrinting();
- }
-
- </script>
- </head>
-
- <body onload="start()">
- <video controls> </video>
- <p>Test the, so far unused, 'startTime' attribute.</p>
-
- </body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/media/media-startTime-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698