[webkit-changes] [WebKit/WebKit] 4fd46a: Fix inconsistent test results for webvtt/paring tests
Kohei Ueno
noreply at github.com
Fri Sep 29 01:23:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4fd46adb8769322fc06e7d39b8d9cea72f6d01b6
https://github.com/WebKit/WebKit/commit/4fd46adb8769322fc06e7d39b8d9cea72f6d01b6
Author: Kohei Ueno <kohei.ueno119 at gmail.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/align-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/align.html
M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/line-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/line.html
M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/snapToLines-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/snapToLines.html
M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/text-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/text.html
M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/vertical-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/vertical.html
Log Message:
-----------
Fix inconsistent test results for webvtt/paring tests
https://bugs.webkit.org/show_bug.cgi?id=262010
Reviewed by Dan Glastonbury.
Even though these tests have succeeded, they are labeled as failures
due to the default setting not displaying the caption. To fix this issue,
we should set the caption mode to `automatic` by the captionDisplayMode option.
* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/align-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/align.html:
* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/line-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/line.html:
* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/snapToLines-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/snapToLines.html:
* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/text-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/text.html:
* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/vertical-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/webvtt/api/VTTCue/vertical.html:
Canonical link: https://commits.webkit.org/268638@main
More information about the webkit-changes
mailing list