| 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
|
| index 5ffeaeee3a0d442fa63f5186a46505e1b925c508..3ce1568e5dc05c507a9461087c92711e4bf39893 100644
|
| --- 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
|
| @@ -1,5 +1,6 @@
|
| 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. **
|
| @@ -15,6 +16,7 @@ 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. **
|
|
|