commit 40f2037b036fd1c8fc1cc05a42cab85fb5e9e607
parent 23d09450394d15e8871022b546cb2a2a283d681a
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date: Thu, 27 Nov 2025 15:27:04 +0000
Bug 2002114 [wpt PR 56233] - maps webvtt-cue-settings, a=testonly
Automatic update from web-platform-tests
maps webvtt-cue-settings (#56233)
Feature: WebVTT cue settings
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/webvtt-cue-settings.yml
Note: The VTTCue API updates various aspects of cues dynamically, such as alignment, size and position. This includes the align, line, position, size, snapToLines, and vertical properties.
Classification approach: Updated existing webvtt/api/VTTCue/WEB_FEATURES.yml file to reorganize test mappings. Moved 6 tests that specifically test VTTCue positioning and alignment properties from the base "webvtt" feature to the more specific "webvtt-cue-settings" feature.
Results:
- 6 files mapped to webvtt-cue-settings
WEB_FEATURES.yml files updated:
✅ [webvtt/api/VTTCue/WEB_FEATURES.yml](webvtt/api/VTTCue/WEB_FEATURES.yml) - VTTCue API tests - **UPDATED**
Reorganization:
- Moved to webvtt-cue-settings (6 files): align.html, line.html, position.html, size.html, snapToLines.html, vertical.html
- Remained in webvtt (3 files): constructor-exceptions.html, getCueAsHTML.html, text.html
- Unchanged: webvtt-cue-alignment (2 files), webvtt-regions (1 file)
--
wpt-commits: 5cf1d167c037adbecadfb0792aee86262a5dce85
wpt-pr: 56233
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/tests/webvtt/api/VTTCue/WEB_FEATURES.yml b/testing/web-platform/tests/webvtt/api/VTTCue/WEB_FEATURES.yml
@@ -1,14 +1,16 @@
features:
- name: webvtt
files:
- - align.html
- constructor-exceptions.html
- getCueAsHTML.html
+ - text.html
+- name: webvtt-cue-settings
+ files:
+ - align.html
- line.html
- position.html
- size.html
- snapToLines.html
- - text.html
- vertical.html
- name: webvtt-cue-alignment
files: