*** empty log message ***
authorDominique Hazael-Massieux <dom@w3.org>
Thu, 31 May 2012 21:27:03 +0200
changeset 22 0e73e839ec2f
parent 21 24f82a2fb000
child 23 212f891dbe91
*** empty log message ***
submitted/W3C/empty-option-param.html
--- a/submitted/W3C/empty-option-param.html	Thu May 31 21:16:58 2012 +0200
+++ b/submitted/W3C/empty-option-param.html	Thu May 31 21:27:03 2012 +0200
@@ -23,6 +23,7 @@
                    function () { 
                      navigator.getUserMedia({}, function (stream) {
                        assert_unreached("This should never be triggered since doesnotexist is not a valid key for the options parameter");
+                       t.done();
                      })
                    });
      t.done();