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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Tests that added cue object wrappers live across garbage collections. 1 Tests that added cue object wrappers live across garbage collections.
2 2
3 EXPECTED (video.textTracks.hasOwnProperty('custom') == 'true') OK
3 ** Add a text track to the video element ** 4 ** Add a text track to the video element **
4 EXPECTED (track.hasOwnProperty('custom') == 'true') OK 5 EXPECTED (track.hasOwnProperty('custom') == 'true') OK
5 ** Add cues with own native property to the track with enter event listener. ** 6 ** Add cues with own native property to the track with enter event listener. **
6 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 7 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
7 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 8 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
8 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 9 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
9 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 10 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
10 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 11 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
11 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 12 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
12 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 13 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
13 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 14 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
14 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 15 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
15 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 16 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
16 17
17 ** Trigger a garbage collection. ** 18 ** Trigger a garbage collection. **
19 EXPECTED (video.textTracks.hasOwnProperty('custom') == 'true') OK
18 EXPECTED (track.hasOwnProperty('custom') == 'true') OK 20 EXPECTED (track.hasOwnProperty('custom') == 'true') OK
19 21
20 ** Play the video and test cue wrappers. ** 22 ** Play the video and test cue wrappers. **
21 RUN(video.play()) 23 RUN(video.play())
22 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 24 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
23 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 25 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
24 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 26 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
25 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 27 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
26 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 28 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
27 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 29 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
28 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 30 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
29 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 31 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
30 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 32 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
31 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK 33 EXPECTED (cue.hasOwnProperty('custom') == 'true') OK
32 END OF TEST 34 END OF TEST
33 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698