| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>getUserMedia: test that mediaDevices.getUserMedia is present</title> | 4 <title>getUserMedia: test that mediaDevices.getUserMedia is present</title> |
| 5 <link rel="author" title="Dr Alex Gouaillard" href="mailto:agouaillard@gmail.com
"/> | 5 <link rel="author" title="Dr Alex Gouaillard" href="mailto:agouaillard@gmail.com
"/> |
| 6 <link rel="help" href="https://w3c.github.io/mediacapture-main/#mediadevices-int
erface-extensions"> | 6 <link rel="help" href="https://w3c.github.io/mediacapture-main/#mediadevices-int
erface-extensions"> |
| 7 <meta name='assert' content='Check that the mediaDevices.getUserMedia() method i
s present.'/> | 7 <meta name='assert' content='Check that the mediaDevices.getUserMedia() method i
s present.'/> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 <h1 class="instructions">Description</h1> | 10 <h1 class="instructions">Description</h1> |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 // list.sampleSize | 32 // list.sampleSize |
| 33 // list.echoCancellation | 33 // list.echoCancellation |
| 34 // list.latency | 34 // list.latency |
| 35 // list.channelCount | 35 // list.channelCount |
| 36 // list.deviceId | 36 // list.deviceId |
| 37 // list.groupId | 37 // list.groupId |
| 38 }, "mediaDevices.getUserMedia() is present on navigator"); | 38 }, "mediaDevices.getUserMedia() is present on navigator"); |
| 39 </script> | 39 </script> |
| 40 </body> | 40 </body> |
| 41 </html> | 41 </html> |
| OLD | NEW |