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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/MediaDevices-enumerateDevices.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>enumerateDevices: test that enumerateDevices is present</title> 4 <title>enumerateDevices: test that enumerateDevices 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/#enumerating-devi ces"> 6 <link rel="help" href="https://w3c.github.io/mediacapture-main/#enumerating-devi ces">
7 <meta name='assert' content='Check that the enumerateDevices() method is present .'/> 7 <meta name='assert' content='Check that the enumerateDevices() method is present .'/>
8 </head> 8 </head>
9 <body> 9 <body>
10 <h1 class="instructions">Description</h1> 10 <h1 class="instructions">Description</h1>
(...skipping 27 matching lines...) Expand all
38 } 38 }
39 } 39 }
40 }) 40 })
41 p.catch(function(err){ 41 p.catch(function(err){
42 assert_unreached("A call to enumerateDevices() should never fail."); 42 assert_unreached("A call to enumerateDevices() should never fail.");
43 }); 43 });
44 }, "mediaDevices.enumerateDevices() is present and working on navigator"); 44 }, "mediaDevices.enumerateDevices() is present and working on navigator");
45 </script> 45 </script>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698