| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
DOMString? encryptionScheme;Needs RuntimeEnabledFeatures set to disabled and a later change to enable after intent to ship
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks for fixing this! One drive-by nit.
// https://w3c.github.io/media-capabilities/#dictdef-keysystemtrackconfigurationIt's recommendation now, use this link?
https://www.w3.org/TR/media-capabilities/#keysystemtrackconfiguration
// https://w3c.github.io/media-capabilities/#dictdef-keysystemtrackconfigurationIt's recommendation now, use this link?
https://www.w3.org/TR/media-capabilities/#keysystemtrackconfiguration
Done
Needs RuntimeEnabledFeatures set to disabled and a later change to enable after intent to ship
Done
LAYOUTTESTS APIS: import-maps/data-driven/resources/test-helper-iframe.jsAdded this exception due to the following error:
```
`wpt lint` failed:
***************
ERROR:lint:media-capabilities\decodingInfoEncryptedMedia.https.html:275: eventSender/testRunner/internals used; these are LayoutTests-specific APIs (WebKit/Blink) (LAYOUTTESTS APIS)
ERROR:lint:media-capabilities\decodingInfoEncryptedMedia.https.html:301: eventSender/testRunner/internals used; these are LayoutTests-specific APIs (WebKit/Blink) (LAYOUTTESTS APIS)
INFO:lint:
INFO:lint:There were 2 errors (LAYOUTTESTS APIS: 2)
INFO:lint:You must fix all errors; for details on how to fix them, see
INFO:lint:https://web-platform-tests.org/writing-tests/lint-tool.html
INFO:lint:
INFO:lint:However, instead of fixing a particular error, it's sometimes
INFO:lint:OK to add a line to the lint.ignore file in the root of the
INFO:lint:web-platform-tests directory to make the lint tool ignore it.
INFO:lint:
INFO:lint:For example, to make the lint tool ignore all 'LAYOUTTESTS APIS'
INFO:lint:errors in the media-capabilities\decodingInfoEncryptedMedia.https.html file,
INFO:lint:you could add the following line to the lint.ignore file.
INFO:lint:
INFO:lint:LAYOUTTESTS APIS: media-capabilities\decodingInfoEncryptedMedia.https.html
***************
```
Not sure there is a better approach?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (window.internals.runtimeFlags.KeySystemTrackConfigurationEncryptionScheme) {Tests already run with experimental APIs, so this shouldn't be needed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
LAYOUTTESTS APIS: import-maps/data-driven/resources/test-helper-iframe.jsAdded this exception due to the following error:
```
`wpt lint` failed:***************
ERROR:lint:media-capabilities\decodingInfoEncryptedMedia.https.html:275: eventSender/testRunner/internals used; these are LayoutTests-specific APIs (WebKit/Blink) (LAYOUTTESTS APIS)
ERROR:lint:media-capabilities\decodingInfoEncryptedMedia.https.html:301: eventSender/testRunner/internals used; these are LayoutTests-specific APIs (WebKit/Blink) (LAYOUTTESTS APIS)
INFO:lint:
INFO:lint:There were 2 errors (LAYOUTTESTS APIS: 2)
INFO:lint:You must fix all errors; for details on how to fix them, see
INFO:lint:https://web-platform-tests.org/writing-tests/lint-tool.html
INFO:lint:
INFO:lint:However, instead of fixing a particular error, it's sometimes
INFO:lint:OK to add a line to the lint.ignore file in the root of the
INFO:lint:web-platform-tests directory to make the lint tool ignore it.
INFO:lint:
INFO:lint:For example, to make the lint tool ignore all 'LAYOUTTESTS APIS'
INFO:lint:errors in the media-capabilities\decodingInfoEncryptedMedia.https.html file,
INFO:lint:you could add the following line to the lint.ignore file.
INFO:lint:
INFO:lint:LAYOUTTESTS APIS: media-capabilities\decodingInfoEncryptedMedia.https.html
***************
```
Not sure there is a better approach?
Removed this since tests already run with experimental APIs.
if (window.internals.runtimeFlags.KeySystemTrackConfigurationEncryptionScheme) {Tests already run with experimental APIs, so this shouldn't be needed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
if (!RuntimeEnabledFeatures::There's a `ScopedRuntimeEnabledFeature` thing you can use to ensure test can always run
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
There's a `ScopedRuntimeEnabledFeature` thing you can use to ensure test can always run
Thanks! I used `ScopedKeySystemTrackConfigurationEncryptionSchemeForTest`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
third_party/blink/renderer/platform/runtime_enabled_features.json5 lgtm
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
(actually lgtm now)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/58961.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |