Skip to content

Commit

Permalink
Don't include media.js where that is not necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Jan 15, 2014
1 parent f1f8ba5 commit 2b8e5c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel="help" href="http://www.whatwg.org/html/#dom-video-poster">
<link rel="match" href="video_dynamic_poster-ref.htm">
<meta name="assert" content="The 'HTMLVideoElement' interface supports setting 'poster' to an absolute URL">
<script src="/common/media.js"></script>
<video id="video0">Your browser does not support video.</video>
<script>
var testElem = document.getElementById("video0");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel="help" href="http://www.whatwg.org/html/#dom-video-poster">
<link rel="match" href="video_dynamic_poster-ref.htm">
<meta name="assert" content="The 'HTMLVideoElement' interface supports setting 'poster' to a relative URL">
<script src="/common/media.js"></script>
<video id="video0">Your browser does not support video.</video>
<script>
var testElem = document.getElementById("video0");
Expand Down

0 comments on commit 2b8e5c4

Please sign in to comment.