Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/MediaDevices-getUserMedia.https.html

Issue 2086283003: Update web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into wpt_import Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698