commit e3cae1811ce2705f2b3bab55e95833e11b441b64
parent 53049c907623161e5d630df30c1daaf453e45832
Author: Dana Estra <destra@apple.com>
Date: Wed, 15 Oct 2025 08:24:34 +0000
Bug 1993651 [wpt PR 55348] - Safari wpt runner bot should set system caption style to null, a=testonly
Automatic update from web-platform-tests
Add step to safari-wptrunner.yml that sets the system caption profile to an empty string,
so that no styling is applied that may interfere with WebVTT ref tests.
--
wpt-commits: b0a8f556927432a45f49ed34684d670975d9cbda
wpt-pr: 55348
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/.github/workflows/safari-wptrunner.yml b/testing/web-platform/tests/.github/workflows/safari-wptrunner.yml
@@ -71,6 +71,9 @@ jobs:
- name: Set display color profile
run: |-
./wpt macos-color-profile
+ - name: Set system caption style to ""
+ run: |-
+ defaults write com.apple.mediaaccessibility MACaptionActiveProfile -string ""
- name: Enable safaridriver diagnostics
if: inputs.safaridriver-diagnose
run: |-