| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/video_volume_check.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/video_volume_check.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/video_volume_check.html
|
| index 12d361815641f35206985073b651f3f5945d3762..1a45358a76f8fb3dcc291eba80e445cec75cd230 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/video_volume_check.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/video_volume_check.html
|
| @@ -6,8 +6,8 @@
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-media-volume" />
|
| <meta name="flags" content="" />
|
| <meta name="assert" content="Check that video.volume returns the value of the muted content attribute" />
|
| - <script src="../../../../../../resources/testharness.js"></script>
|
| - <script src="../../../../../../resources/testharnessreport.js"></script>
|
| + <script src="/resources/testharness.js"></script>
|
| + <script src="/resources/testharnessreport.js"></script>
|
| </head>
|
| <body>
|
| <div id="log"></div>
|
|
|