tweaking description, setting title
authorDominique Hazael-Massieux <dom@w3.org>
Thu, 31 May 2012 11:29:47 +0200
changeset 2 c616cc15cfb5
parent 1 af06970a873e
child 3 a7a3bd0a1445
tweaking description, setting title
submitted/W3C/video.html
--- a/submitted/W3C/video.html	Thu May 31 11:28:47 2012 +0200
+++ b/submitted/W3C/video.html	Thu May 31 11:29:47 2012 +0200
@@ -1,7 +1,7 @@
 <!doctype html>
 <html>
 <head>
-<title></title>
+<title>getUserMedia({video:true}) creates a stream with at least a video track</title>
 <link rel="author" title="Dominique Hazael-Massieux" href="mailto:dom@w3.org"/>
 <link rel="help" href="http://dev.w3.org/2011/webrtc/editor/getusermedia.html#navigatorusermedia">
 <link rel='stylesheet' href='/resources/testharness.css' media='all'/>
@@ -9,7 +9,7 @@
 <body>
 <p>When prompted, accept to share your video stream.</p>
 <h1>Description</h1>
-<p>This test checks that the LocalMediaStream object returned by the success callback in getUserMedia has a video track (and only that).</p>
+<p>This test checks that the LocalMediaStream object returned by the success callback in getUserMedia has at least one video track and no audio.</p>
 
 <div id='log'></div>
 <script src=/resources/testharness.js></script>