| Index: LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/constants.html
|
| diff --git a/LayoutTests/media/track/opera/interfaces/TextTrack/constants.html b/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/constants.html
|
| similarity index 84%
|
| copy from LayoutTests/media/track/opera/interfaces/TextTrack/constants.html
|
| copy to LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/constants.html
|
| index 0267042ac747a815621e4e210242622d922193d5..3481c29c384c18a530041e7bd1e73c0dcb5fe787 100644
|
| --- a/LayoutTests/media/track/opera/interfaces/TextTrack/constants.html
|
| +++ b/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/constants.html
|
| @@ -1,7 +1,7 @@
|
| <!doctype html>
|
| <title>TextTrack constants</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>
|
| setup(function(){
|
| @@ -20,4 +20,4 @@ test(function(){
|
| assert_equals(TextTrack.SHOWING, undefined, "TextTrack.SHOWING");
|
| });
|
|
|
| -</script>
|
| +</script>
|
|
|