| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/constants.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/constants.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/constants.html
|
| deleted file mode 100644
|
| index 3481c29c384c18a530041e7bd1e73c0dcb5fe787..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/constants.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!doctype html>
|
| -<title>TextTrack constants</title>
|
| -<script src=../../../../../../../../resources/testharness.js></script>
|
| -<script src=../../../../../../../../resources/testharnessreport.js></script>
|
| -<div id=log></div>
|
| -<script>
|
| -setup(function(){
|
| - window.video = document.createElement('video');
|
| - window.t1 = video.addTextTrack('subtitles');
|
| -});
|
| -test(function(){
|
| - assert_equals(t1.DISABLED, undefined, "t1.DISABLED");
|
| - assert_equals(t1.HIDDEN, undefined, "t1.HIDDEN");
|
| - assert_equals(t1.SHOWING, undefined, "t1.SHOWING");
|
| - assert_equals(TextTrack.prototype.DISABLED, undefined, "TextTrack.prototype.DISABLED");
|
| - assert_equals(TextTrack.prototype.HIDDEN, undefined, "TextTrack.prototype.HIDDEN");
|
| - assert_equals(TextTrack.prototype.SHOWING, undefined, "TextTrack.prototype.SHOWING");
|
| - assert_equals(TextTrack.DISABLED, undefined, "TextTrack.DISABLED");
|
| - assert_equals(TextTrack.HIDDEN, undefined, "TextTrack.HIDDEN");
|
| - assert_equals(TextTrack.SHOWING, undefined, "TextTrack.SHOWING");
|
| -});
|
| -
|
| -</script>
|
|
|