| 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/61029.
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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Remove the ShapeBox::kMissing value
A missing <shape-box> for a <basic-shape> is the same as 'margin-box'.
Removing the kMissing value makes the code a bit simpler. It affects the
serialization of the computed value, but since the parser produces a
canonical form where 'margin-box' will be treated the same as no
<shape-box>, this won't be observable, but mirror the parser's behavior.
This simplifies the related animation code quite a bit, and makes
following cleanups easier.
Add basic WPT coverage for computed shape-outside with different
<shape-box> values since none were found in a cursory search.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/61029
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |