Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated reference path to media.js #131

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/html5/video.html#attr-media-autoplay" />
<meta name="assert" content="Media plays automatically when 'autoplay' is true. (audio)" />
<script type="text/javascript" src="../../../../../common/media.js"></script>
<script type="text/javascript" src="../../../../common/media.js"></script>
<script type="text/javascript">

setFailTimeout(30000);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="assert" content="Check if audio.loop is set to true that expecting the seeking event is fired more than once" />
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<div id="log"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="help" href="http://dev.w3.org/html5/spec/single-page.html#dom-media-loop" />
<meta name="flags" content="" />
<meta name="assert" content="Check if the audio element has a current media controller that expecting the loop attribute has no effect" />
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p>Test passes if the audio doesn't repeatly play and the text 'The user agent doesn't support media element.' does not appear anywhere on this page</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="help" href="http://dev.w3.org/html5/spec/single-page.html#dom-media-muted" />
<meta name="flags" content="" />
<meta name="assert" content="Check if the muted attribute is present in the audio element with volume is set to loudest that expecting the user hears no sound" />
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p>Test passes if the audio is playing without sound output and the text 'The user agent doesn't support media element.' does not appear anywhere on this page</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="help" href="http://dev.w3.org/html5/spec/single-page.html#dom-media-muted" />
<meta name="flags" content="" />
<meta name="assert" content="Check if the muted attribute is present in the audio element that expecting the user hears no sound" />
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p>Test passes if the audio is playing without sound output and the text 'The user agent doesn't support media element.' does not appear anywhere on this page</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="help" href="http://dev.w3.org/html5/spec/single-page.html#dom-media-volume" />
<meta name="flags" content="" />
<meta name="assert" content="Check if the volume attribute is set to 1.0 as loudest in the audio element that expecting the user hears sound loudly" />
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p>Test passes if the audio is playing with sound heard and the text 'The user agent doesn't support media element.' does not appear anywhere on this page</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="help" href="http://dev.w3.org/html5/spec/single-page.html#dom-media-volume" />
<meta name="flags" content="" />
<meta name="assert" content="Check if the volume attribute is set to 0.0 as silent in the audio element that expecting the user hears no sound" />
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p>Test passes if the audio is playing without sound heard and the text 'The user agent doesn't support media element.' does not appear anywhere on this page</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - canplay</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - canplaythrough</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - loadeddata</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - loadedmetadata</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - loadstart</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - canplay, then canplaythrough</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - canplay, then playing</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - loadedmetadata, then loadeddata</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - loadstart, then progress</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - pause</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - play</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - playing</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - progress</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - paused property</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - paused property</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - readyState property during canplay</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - readyState property during canplaythrough</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - readyState property during loadeddata</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - readyState property during loadedmetadata</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio events - readyState property during playing</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>audio.src - reflection test</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#dom-media-src">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/html5/video.html#audio" />
<meta name="assert" content="Content inside the 'audio' element is not shown to the user (image)." />
<script type="text/javascript" src="../../../../../common/media.js"></script>
<script type="text/javascript" src="../../../../common/media.js"></script>

</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/html5/video.html#audio" />
<meta name="assert" content="Content inside the 'audio' element is not shown to the user." />
<script type="text/javascript" src="../../../../../common/media.js"></script>
<script type="text/javascript" src="../../../../common/media.js"></script>

</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - canplay</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - canplaythrough</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - loadeddata</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - loadedmetadata</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - loadstart</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - canplay, then canplaythrough</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - canplay, then playing</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - loadedmetadata, then loadeddata</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - loadstart, then progress</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - pause</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - play</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - playing</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - progress</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>video events - paused property</title>
<script src="/resources/testharness.js"></script>
<script /resources/testharnessreport.js></script>
<script src="../../../../../common/media.js"></script>
<script src="../../../../common/media.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference</a></p>
Expand Down
Loading