Closed
Bug 1442130
Opened 8 years ago
Closed 8 years ago
[wpt-sync] Sync PR 9730 - [css-typed-om] Ensure properties works with css-wide keywords / var refs
Categories
(Testing :: web-platform-tests, enhancement, P3)
Testing
web-platform-tests
Tracking
(firefox61 fixed)
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream error])
Sync web-platform-tests PR 9730 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/9730
Details from upstream follow.
Darren Shen wrote:
> [css-typed-om] Ensure properties works with css-wide keywords / var refs
>
> There are two things that should always be supported with any property:
> - css-wide keywords like 'initial'
> - var refs like 'var(--A)'
>
> This patch adds tests to ensure that this works for all the different
> types of properties. Unfortunately, supporting this in shorthands
> is quite difficult (we get shorthands as strings, so to reify them
> we have to parse, but we can't parse in reification) so we'll leave
> that for the future.
>
> Bug: 816722
> Change-Id: I1d344b73d011db81cfc3880be54823302534fd36
> Reviewed-on: https://chromium-review.googlesource.com/942121
> Commit-Queue: Darren Shen <shend@chromium.org>
> Reviewed-by: nainar <nainar@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#540055}
>
| Reporter | ||
Updated•8 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5061697f37ce
[wpt PR 9730] - [css-typed-om] Ensure properties works with css-wide keywords / var refs, a=testonly
Comment 2•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•