Skip to content

Commit

Permalink
Merge pull request #513 from Ms2ger/Update-video-000
Browse files Browse the repository at this point in the history
Replace video_000.htm and duplicates by a reftest; r=denis
  • Loading branch information
Ms2ger committed Jan 14, 2014
2 parents 3961b65 + a7ce1ca commit f7abd19
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 162 deletions.
54 changes: 0 additions & 54 deletions html/semantics/embedded-content-0/the-video-element/video_000.htm

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE HTML>
<meta charset=UTF-8>
<title>Video elements should initially be paused</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.whatwg.org/html/#dom-media-paused">
<script src="/common/media.js"></script>
<p>The following video element should be paused. (All clocks at zero).</p>
<img src='/images/movie_300_frame_0.png'>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE HTML>
<meta charset=UTF-8>
<title>Video elements should initially be paused</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.whatwg.org/html/#dom-media-paused">
<script src="/common/media.js"></script>
<style>
div#video {
padding: 6px 3px;
}
</style>
<p>The following video element should be paused. (All clocks at zero).</p>
<div id=video>
<script>
document.write(
"<video src='"+ getVideoURI('/media/movie_300') + "' >" +
"Your browser does not support the video element." +
"<\/video>");
</script>
</div>
54 changes: 0 additions & 54 deletions old-tests/submission/Microsoft/video/video.htm

This file was deleted.

54 changes: 0 additions & 54 deletions old-tests/submission/Microsoft/video/video_000.htm

This file was deleted.

0 comments on commit f7abd19

Please sign in to comment.