| Index: third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-empty-option-param.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-empty-option-param.html b/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-empty-option-param.html
|
| index 2f994f3420838d2b7bfec830c8b291706a570fdc..9b9f5b776ef1b8c246bfb0ec69c41290dc960545 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-empty-option-param.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-empty-option-param.html
|
| @@ -13,7 +13,7 @@ options parameter raises a NOT_SUPPORTED_ERR exception.</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="/common/vendor-prefix.js" data-prefixed-objects='[{"ancestors":["navigator"], "name":"getUserMedia"}]'></script>
|
| <script>
|
| var t = async_test("Tests that getUserMedia raises a NOT_SUPPORTED_ERR exception when used with an empty options parameter");
|
| t.step( function () {
|
|
|