Index: third_party/WebKit/LayoutTests/media/track/track-cue-gc-wrapper-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/track/track-cue-gc-wrapper-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-cue-gc-wrapper-expected.txt |
deleted file mode 100644 |
index 3ce1568e5dc05c507a9461087c92711e4bf39893..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/track/track-cue-gc-wrapper-expected.txt |
+++ /dev/null |
@@ -1,35 +0,0 @@ |
-Tests that added cue object wrappers live across garbage collections. |
- |
-EXPECTED (video.textTracks.hasOwnProperty('custom') == 'true') OK |
-** Add a text track to the video element ** |
-EXPECTED (track.hasOwnProperty('custom') == 'true') OK |
-** Add cues with own native property to the track with enter event listener. ** |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
- |
-** Trigger a garbage collection. ** |
-EXPECTED (video.textTracks.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (track.hasOwnProperty('custom') == 'true') OK |
- |
-** Play the video and test cue wrappers. ** |
-RUN(video.play()) |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-EXPECTED (cue.hasOwnProperty('custom') == 'true') OK |
-END OF TEST |
- |