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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc022-entities-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc022-entities-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc022-entities-expected.txt
deleted file mode 100644
index de8f7937b70be1d461c6009f2809de94aecf32c5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc022-entities-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Tests entities in the cue text.
-
-
-*** Testing text track 0
-EXPECTED (cues.length == '7') OK
-EXPECTED (cues[0].getCueAsHTML().textContent == 'This cue has an ampersand & character.') OK
-EXPECTED (cues[1].getCueAsHTML().textContent == 'This cue has a less than < character.') OK
-EXPECTED (cues[2].getCueAsHTML().textContent == 'This cue has a greater than > character.') OK
-EXPECTED (cues[3].getCueAsHTML().textContent == 'This cue has a Left-to-Right Mark ‎.') OK
-EXPECTED (cues[4].getCueAsHTML().textContent == 'This cue has a Right-to-Left Mark ‏.') OK
-EXPECTED (cues[5].getCueAsHTML().textContent == 'This cue has a non-breaking space  .') OK
-EXPECTED (cues[6].getCueAsHTML().textContent == 'This & is parsed to the same as &.') OK
-
-*** Testing text track 1
-EXPECTED (cues.length == '2') OK
-EXPECTED (cues[0].getCueAsHTML().textContent == 'This cue has a less than ') OK
-EXPECTED (cues[1].getCueAsHTML().textContent == 'This cue has a greater than > character. Since it's not related to a < character, it's just interpreted as text.') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698