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

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

Issue 2078443003: Convert media-element*, track-cue* and track-remove* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use "onenter" event attribute Created 4 years, 6 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
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
-

Powered by Google App Engine
This is Rietveld 408576698