| Index: third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-deny.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-deny.html b/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-deny.html
|
| index ac02d604d5fbc15e01cc810e545a14a25ac23cbd..bdbf8adc25e291feb28d3f4b3477eb4d1fe36f53 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-deny.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-deny.html
|
| @@ -14,9 +14,9 @@ the video stream.</p>
|
| when user denies access to the video stream.</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="/common/vendor-prefix.js" data-prefixed-objects='[{"ancestors":["navigator"], "name":"getUserMedia"}]'></script>
|
| <script>
|
| var t = async_test("Tests that the error callback is triggered when permission is denied", {timeout:10000});
|
| t.step(function() {
|
|
|