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

Side by Side Diff: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc028-unsupported-markup-expected.txt

Issue 2030383002: Convert track-webvtt-tc[027-029] tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests that unsupported markup is properly ignored.
2
3
4 *** Testing text track 0
5 EXPECTED (cues.length == '3') OK
6 EXPECTED (cues[0].getCueAsHTML().textContent == 'Bear is Coming!!!!! And what ki nd of a bear it is - just have look.') OK
7 EXPECTED (cues[0].text == '
8 Bear is Coming!!!!!
9
10 And what kind of a bear it is - just have look.
11
12 ') OK
13 EXPECTED (cues[1].getCueAsHTML().textContent == ' I said Bear is coming!!!! I sa id Bear is still coming!!!! ') OK
14 EXPECTED (cues[1].text == '
15 I said Bear is coming!!!!
16 I said Bear is still coming!!!!
17 ') OK
18 EXPECTED (cues[2].getCueAsHTML().textContent == ' I said Bear is coming now!!!! ') OK
19 EXPECTED (cues[2].text == '
20 I said Bear is coming now!!!!
21
22 ') OK
23 END OF TEST
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698