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

Side by Side Diff: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc022-entities-expected.txt

Issue 2050213003: Convert track-webvtt-tc[022, 023] tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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 entities in the cue text.
2
3
4 *** Testing text track 0
5 EXPECTED (cues.length == '7') OK
6 EXPECTED (cues[0].getCueAsHTML().textContent == 'This cue has an ampersand & cha racter.') OK
7 EXPECTED (cues[1].getCueAsHTML().textContent == 'This cue has a less than < char acter.') OK
8 EXPECTED (cues[2].getCueAsHTML().textContent == 'This cue has a greater than > c haracter.') OK
9 EXPECTED (cues[3].getCueAsHTML().textContent == 'This cue has a Left-to-Right Ma rk ‎.') OK
10 EXPECTED (cues[4].getCueAsHTML().textContent == 'This cue has a Right-to-Left Ma rk ‏.') OK
11 EXPECTED (cues[5].getCueAsHTML().textContent == 'This cue has a non-breaking spa ce  .') OK
12 EXPECTED (cues[6].getCueAsHTML().textContent == 'This & is parsed to the same as &.') OK
13
14 *** Testing text track 1
15 EXPECTED (cues.length == '2') OK
16 EXPECTED (cues[0].getCueAsHTML().textContent == 'This cue has a less than ') OK
17 EXPECTED (cues[1].getCueAsHTML().textContent == 'This cue has a greater than > c haracter. Since it's not related to a < character, it's just interpreted as text .') OK
18 END OF TEST
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698