CSS WPT for computed font shorthand #18920
Merged
Conversation
Already reviewed downstream. |
d4cf554
to
20a82c5
Values in the following grammar are tested: [ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-stretch-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar https://drafts.csswg.org/css-fonts-4/#font-prop Change-Id: I5180df5bff0e477e08a40197f8886fc8d8cc66c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789217 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#695047}
20a82c5
to
9e1b7e6
892bd07
into
master
16 checks passed
16 checks passed
Azure Pipelines (affected tests without changes: Safari Technology Preview)
affected tests without changes: Safari Technology Preview succeeded
Details
Azure Pipelines (affected tests: Safari Technology Preview)
affected tests: Safari Technology Preview succeeded
Details
Azure Pipelines (wpt.fyi hook: safari-preview-affected-tests)
wpt.fyi hook: safari-preview-affected-tests succeeded
Details
Azure Pipelines (wpt.fyi hook: safari-preview-affected-tests-without-changes)
wpt.fyi hook: safari-preview-affected-tests-without-changes succeeded
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Values in the following grammar are tested:
[
[ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-stretch-css3> ]?
<'font-size'> [ / <'line-height'> ]? <'font-family'>
]
| caption | icon | menu | message-box | small-caption | status-bar
https://drafts.csswg.org/css-fonts-4/#font-prop
Change-Id: I5180df5bff0e477e08a40197f8886fc8d8cc66c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789217
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: Dominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695047}