Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-cue-gc-wrapper-expected.txt

Issue 1973863003: Implement SetWrapperReferenceFrom idl attribute within traceWrappers for media tracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary tracing Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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. **

Powered by Google App Engine
This is Rietveld 408576698