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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt

Issue 1913423002: Convert track tests from video-test.js to testharness.js based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 8 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-rendering-snap-to-lines-not-set-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt
deleted file mode 100644
index 75037588b2b734fda4cf9850f5c19f30dda41da6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt
+++ /dev/null
@@ -1,120 +0,0 @@
-Test that TextTrack's cues are rendered correctly when the snap to lines flag is not set.
-EVENT(canplaythrough)
-
-** Default **
-EVENT(seeked)
-Active cues: 1
-
-* Cue 0 *
-EXPECTED (cueDisplayElement.innerText == 'This is a demo track to illustrate positioning features of cues.') OK
-Cue alignment (default or as specified): middle
-Cue left position (percentage): 0
-Cue top position (percentage): 100
-
-** Center **
-EVENT(seeked)
-Active cues: 1
-
-* Cue 0 *
-EXPECTED (cueDisplayElement.innerText == 'Using HTML5 captions, you can position the cues anywhere.') OK
-Cue alignment (default or as specified): middle
-Cue left position (percentage): 0
-Cue top position (percentage): 50
-
-** Top left **
-EVENT(seeked)
-Active cues: 1
-
-* Cue 0 *
-EXPECTED (cueDisplayElement.innerText == 'For example, here is a cue on the top left-corner.') OK
-Cue alignment (default or as specified): start
-Cue left position (percentage): 0
-Cue top position (percentage): 0
-
-** Top right **
-EVENT(seeked)
-Active cues: 1
-
-* Cue 0 *
-EXPECTED (cueDisplayElement.innerText == 'Or on the top-right corner.') OK
-Cue alignment (default or as specified): end
-Cue left position (percentage): 0
-Cue top position (percentage): 0
-
-** Bottom right **
-EVENT(seeked)
-Active cues: 1
-
-* Cue 0 *
-EXPECTED (cueDisplayElement.innerText == 'Bottom-right corner.') OK
-Cue alignment (default or as specified): right
-Cue left position (percentage): 0
-Cue top position (percentage): 100
-
-** Bottom left **
-EVENT(seeked)
-Active cues: 1
-
-* Cue 0 *
-EXPECTED (cueDisplayElement.innerText == 'And, as you might expect, the bottom-left one.') OK
-Cue alignment (default or as specified): left
-Cue left position (percentage): 0
-Cue top position (percentage): 100
-
-** Bottom center **
-EVENT(seeked)
-Active cues: 1
-
-* Cue 0 *
-EXPECTED (cueDisplayElement.innerText == 'Cues are implicitly displayed within the viewport area.') OK
-Cue alignment (default or as specified): middle
-Cue left position (percentage): 0
-Cue top position (percentage): 50
-
-** Multiple cues **
-EVENT(seeked)
-Active cues: 7
-
-* Cue 0 *
-EXPECTED (cueDisplayElement.innerText == 'You may even have multiple cues in the same time.') OK
-Cue alignment (default or as specified): middle
-Cue left position (percentage): 0
-Cue top position (percentage): 50
-
-* Cue 1 *
-EXPECTED (cueDisplayElement.innerText == 'Top-left cue.') OK
-Cue alignment (default or as specified): start
-Cue left position (percentage): 0
-Cue top position (percentage): 0
-
-* Cue 2 *
-EXPECTED (cueDisplayElement.innerText == 'Top-right cue.') OK
-Cue alignment (default or as specified): end
-Cue left position (percentage): 0
-Cue top position (percentage): 0
-
-* Cue 3 *
-EXPECTED (cueDisplayElement.innerText == 'Bottom cue.') OK
-Cue alignment (default or as specified): middle
-Cue left position (percentage): 0
-Cue top position (percentage): 100
-
-* Cue 4 *
-EXPECTED (cueDisplayElement.innerText == 'Random cue 1.') OK
-Cue alignment (default or as specified): end
-Cue left position (percentage): 0
-Cue top position (percentage): 25
-
-* Cue 5 *
-EXPECTED (cueDisplayElement.innerText == 'Random cue 2.') OK
-Cue alignment (default or as specified): start
-Cue left position (percentage): 44
-Cue top position (percentage): 33
-
-* Cue 6 *
-EXPECTED (cueDisplayElement.innerText == 'Random cue 3.') OK
-Cue alignment (default or as specified): start
-Cue left position (percentage): 23
-Cue top position (percentage): 55
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698