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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/GUM-api.html

Issue 1854003004: Import web-platform-tests@5a8700479d98852455bee6117558897867eb278a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/GUM-api.html
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/obtaining-local-multimedia-content/navigatorusermedia/api-present.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/GUM-api.html
similarity index 67%
rename from third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/obtaining-local-multimedia-content/navigatorusermedia/api-present.html
rename to third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/GUM-api.html
index ea94184f98ff50e1202deb410883da66ba86c26e..b3d5f91557cdaaf2e1b2fa591d945dd4358835d2 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/obtaining-local-multimedia-content/navigatorusermedia/api-present.html
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/GUM-api.html
@@ -5,17 +5,15 @@
<link rel="author" title="Dominique Hazael-Massieux" href="mailto:dom@w3.org"/>
<link rel="help" href="http://dev.w3.org/2011/webrtc/editor/getusermedia.html#navigatorusermedia">
<meta name='assert' content='Check that the getUserMedia() method is present.'/>
-<meta name='flags' content='vendor-prefix, dom'/>
-<link rel='stylesheet' href='../../../../../resources/testharness.css' media='all'/>
</head>
<body>
<h1 class="instructions" style="display:none">Description</h1>
<p class="instructions" style="display:none">This test checks for the presence of the
<code>navigator.getUserMedia</code> method, taking vendor prefixes into account.</p>
<div id='log'></div>
-<script src=../../../../../resources/testharness.js></script>
-<script src=../../../../../resources/testharnessreport.js></script>
-<script src="../../../../../resources/vendor-prefix.js" data-prefixed-objects='[{"ancestors":["navigator"], "name":"getUserMedia"}]'></script>
+<script src=../../../resources/testharness.js></script>
+<script src=../../../resources/testharnessreport.js></script>
+<script src="../../../resources/vendor-prefix.js" data-prefixed-objects='[{"ancestors":["navigator"], "name":"getUserMedia"}]'></script>
<script>
test(function () {
assert_true(undefined !== navigator.getUserMedia, "navigator.getUserMedia exists");

Powered by Google App Engine
This is Rietveld 408576698