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

Side by Side Diff: third_party/WebKit/LayoutTests/media/track/captions-webvtt/header-regions.vtt

Issue 2682333002: Implement VTTCue.region and sync the VTTRegion interface (Closed)
Patch Set: Add DCHECK Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 WEBVTT FILE 1 WEBVTT FILE
2 Region: id=region_without_settings 2 Region: id=region_without_settings
3 Region: id=region_with_all_settings width=32% height=5 regionanchor=41%,20% view portanchor=31%,84% scroll=up 3 Region: id=region_with_all_settings width=32% height=5 regionanchor=41%,20% view portanchor=31%,84% scroll=up
4 Region: id=region_floating_point_anchor regionanchor=41.133%,20.42% viewportanch or=32.33%,32.44% 4 Region: id=region_floating_point_anchor regionanchor=41.125%,20.25% viewportanch or=32.75%,32.5%
5 Region: id=not_unique_id width=42% 5 Region: id=not_unique_id width=42%
6 Region: id=not_unique_id width=67% 6 Region: id=not_unique_id width=67%
7 Region: invalid_settings values but region still created 7 Region: invalid_settings values but region still created
8 : Invalid Header 8 : Invalid Header
9 9
10 1
11 00:00:00.000 --> 00:00:02.500 region:someregionattributeid 10 00:00:00.000 --> 00:00:02.500 region:someregionattributeid
12 We are in New York City 11 "no region"
13 12
14 2
15 00:00:00.000 --> 00:00:02.500 line:5 region:ignored_attribute_value 13 00:00:00.000 --> 00:00:02.500 line:5 region:ignored_attribute_value
16 Line is specified, Region should be ignored. 14 "no region"
17 15
18 3
19 00:00:00.000 --> 00:00:02.500 size:10% region:ignored_attribute_value 16 00:00:00.000 --> 00:00:02.500 size:10% region:ignored_attribute_value
20 Size is specified, Region should be ignored. 17 "no region"
21 18
22 4
23 00:00:00.000 --> 00:00:02.500 vertical:lr region:ignored_attribute_value 19 00:00:00.000 --> 00:00:02.500 vertical:lr region:ignored_attribute_value
24 Vertical is specified, Region should be ignored. 20 "no region"
21
22 00:00:03.000 --> 00:00:04.000 region:region_without_settings
23 {}
24
25 00:00:04.000 --> 00:00:05.000 region:region_with_all_settings
26 {"width":32,"lines":5,"regionAnchorX":41,"regionAnchorY":20,"viewportAnchorX":31 ,"viewportAnchorY":84,"scroll":"up"}
27
28 00:00:05.000 --> 00:00:06.000 region:region_floating_point_anchor
29 {"regionAnchorX":41.125,"regionAnchorY":20.25,"viewportAnchorX":32.75,"viewportA nchorY":32.5}
30
31 00:00:06.000 --> 00:00:07.000 region:not_unique_id
32 {"width":67}
33
34 00:00:07.000 --> 00:00:08.000 region:
35 "no region"
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698