Index: third_party/WebKit/LayoutTests/media/track/track-remove-insert-ready-state-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/track/track-remove-insert-ready-state-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-remove-insert-ready-state-expected.txt |
deleted file mode 100644 |
index a4a1abea86192ac67f4202a6c4a623adb7d723dc..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/track/track-remove-insert-ready-state-expected.txt |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-Tests that re-adding a media element to the document, having a child track that failed loading doesn't block video from playing |
- |
-** Track should have error as ready state ** |
-EXPECTED (track.readyState == HTMLTrackElement.ERROR == 'true') OK |
- |
-** Remove the video element from body ** |
-** Reset the video src attribute to re-trigger resource selection for tracks ** |
-** Append the video element back to the body ** |
- |
-** The video should start playing ** |
-EXPECTED (track.readyState == HTMLTrackElement.ERROR == 'true') OK |
- |
-** Succesfully played the video ** |
- |