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: LayoutTests/media/track/track-webvtt-tc029-timings-whitespace.html

Issue 59153008: Minor adjustment to WebVTT tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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: LayoutTests/media/track/track-webvtt-tc029-timings-whitespace.html
diff --git a/LayoutTests/media/track/track-webvtt-tc029-timings-whitespace.html b/LayoutTests/media/track/track-webvtt-tc029-timings-whitespace.html
index 25eeb41426790c57e1cd4c03a7ac48b9c394c133..0e0ec276f80e6b85cd25893dbe90ba2361e1823c 100644
--- a/LayoutTests/media/track/track-webvtt-tc029-timings-whitespace.html
+++ b/LayoutTests/media/track/track-webvtt-tc029-timings-whitespace.html
@@ -41,18 +41,18 @@
property: "text",
values:
[
- 'Single U+0020 SPACE left of cue-timings separator "-->"',
- 'Single U+0020 SPACE right of cue-timings separator "-->"',
- 'Single U+0009 TAB left of cue-timings separator "-->"',
- 'Single U+0009 TAB right of cue-timings separator "-->"',
- 'Single U+000C FORM FEED left of cue-timings separator "-->"',
- 'Single U+000C FORM FEED right of cue-timings separator "-->"',
- 'Several U+0020 SPACE left of cue-timings separator "-->"',
- 'Several U+0020 SPACE right of cue-timings separator "-->"',
- 'Several U+0009 TAB left of cue-timings separator "-->"',
- 'Several U+0009 TAB right of cue-timings separator "-->"',
- 'Several U+000C FORM FEED left of cue-timings separator "-->"',
- 'Several U+000C FORM FEED right of cue-timings separator "-->"',
+ 'Single U+0020 SPACE left of cue-timings separator',
+ 'Single U+0020 SPACE right of cue-timings separator',
+ 'Single U+0009 TAB left of cue-timings separator',
+ 'Single U+0009 TAB right of cue-timings separator',
+ 'Single U+000C FORM FEED left of cue-timings separator',
+ 'Single U+000C FORM FEED right of cue-timings separator',
+ 'Several U+0020 SPACE left of cue-timings separator',
+ 'Several U+0020 SPACE right of cue-timings separator',
+ 'Several U+0009 TAB left of cue-timings separator',
+ 'Several U+0009 TAB right of cue-timings separator',
+ 'Several U+000C FORM FEED left of cue-timings separator',
+ 'Several U+000C FORM FEED right of cue-timings separator',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698