| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/MediaStreamTrack-id.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/stream-api/mediastreamtrack/mediastreamtrack-id.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/MediaStreamTrack-id.html
|
| similarity index 75%
|
| rename from third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/stream-api/mediastreamtrack/mediastreamtrack-id.html
|
| rename to third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/MediaStreamTrack-id.html
|
| index fc372fe3e56d424a0701e8329c8509402b14ef43..fae1d31dadd065f788b7163fa02d3d7ab8b66225 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/stream-api/mediastreamtrack/mediastreamtrack-id.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/mediacapture-streams/MediaStreamTrack-id.html
|
| @@ -4,7 +4,6 @@
|
| <title>Distinct id for distinct mediastream tracks</title>
|
| <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#widl-MediaStreamTrack-id">
|
| -<link rel='stylesheet' href='../../../../../resources/testharness.css' media='all'/>
|
| </head>
|
| <body>
|
| <p class="instructions" style="display:none">When prompted, accept to share your audio and video stream.</p>
|
| @@ -12,9 +11,9 @@
|
| <p class="instructions" style="display:none">This test checks that distinct mediastream tracks have distinct ids.</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>
|
| var t = async_test("Tests that distinct mediastream tracks have distinct ids ", {timeout: 10000});
|
| t.step(function () {
|
|
|