Skip to content

Commit

Permalink
update media test per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Feb 5, 2016
1 parent aacef03 commit 8fb6f0c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>HTML5 Media Elements: 'media' attribute is 'all' by default.</title>
<title>Change this to HTML5 Media Elements: 'media' attribute</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/html5/video.html#the-source-element" />
Expand All @@ -10,7 +10,7 @@
<script src="/resources/testharnessreport.js"></script>
<script type="text/javascript" src="/common/media.js"></script>
<script type="text/javascript">
var videotest = async_test("'media' attribute is 'all' by default.");
var videotest = async_test();

function do_play(event)
{
Expand All @@ -30,7 +30,7 @@
<script type="text/javascript">

document.write(
"<source src='" + getVideoURI("/media/movie_300") + "'" +
"<source media='not all' src='" + getVideoURI("/media/movie_300") + "'" +
" />"
);
document.write(
Expand Down

0 comments on commit 8fb6f0c

Please sign in to comment.