| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-removes-queued-error-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-removes-queued-error-event.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-removes-queued-error-event.html
|
| index 44fc4130f9f41ba061835b23aa21568ff60f32ee..54d5c28dad55eae515516ecc6f29d1997f19d329 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-removes-queued-error-event.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-removes-queued-error-event.html
|
| @@ -1,7 +1,7 @@
|
| <!doctype html>
|
| <title>load() removes queued error event</title>
|
| -<script src="../../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <div id=log></div>
|
| <script>
|
| // The loadstart and error event firing tasks are queued in the synchronous
|
|
|