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