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

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

Issue 35033002: Remove HTMLMediaElement.initialTime (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
Index: LayoutTests/media/media-initialTime.html
diff --git a/LayoutTests/media/media-initialTime.html b/LayoutTests/media/media-initialTime.html
deleted file mode 100644
index b76d13183eba3567fd3881bd29464a8a78248a19..0000000000000000000000000000000000000000
--- a/LayoutTests/media/media-initialTime.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<html>
- <head>
- <title>initialTime attribute test</title>
- <script src=media-file.js></script>
- <script src=video-test.js></script>
-
- <script>
- function loadeddata()
- {
- testExpected("video.initialTime", 0);
- run("video.initialTime = 10");
- testExpected("video.initialTime", 0);
- endTest();
- }
-
- function start()
- {
- findMediaElement();
- waitForEvent('loadeddata', loadeddata);
-
- video.src = findMediaFile("video", "content/test");
- }
-
- </script>
- </head>
-
- <body onload="start()">
- <video controls> </video>
- <p>Test the, so far unused, 'initialTime' attribute.</p>
-
- </body>
-</html>
« no previous file with comments | « LayoutTests/media/media-fragments/media-fragments.js ('k') | LayoutTests/media/media-initialTime-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698