historical.html (512B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Historical features</title> 6 <script src="/resources/testharness.js"></script> 7 <script src="/resources/testharnessreport.js"></script> 8 </head> 9 <body> 10 <script> 11 // https://lists.w3.org/Archives/Public/public-media-capture/2015Nov/0012.html 12 test(function() { 13 assert_false(MediaStream.prototype.hasOwnProperty('onactive')); 14 }, 'the deprecated MediaStream `onactive` event handler property is not available'); 15 </script> 16 </body> 17 </html>