| Index: third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-impossible-constraint.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-impossible-constraint.html b/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-impossible-constraint.html
|
| index 021fdc816f4b5c38e088d185c27da72f4eacc6e6..8fe7fb8104581d255b89bc068a845515eb015967 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-impossible-constraint.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/mediacapture-streams/GUM-impossible-constraint.html
|
| @@ -13,8 +13,8 @@
|
| constraint (width >=0) in getUserMedia works</p>
|
|
|
| <div id='log'></div>
|
| -<script src=../../../resources/testharness.js></script>
|
| -<script src=../../../resources/testharnessreport.js></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 setting an impossible constraint in getUserMedia fails", {timeout:10000});
|
|
|