-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Reviewed-by: nainar <[email protected]> Cr-Commit-Position: refs/heads/master@{#540055}
- Loading branch information
1 parent
66ffd92
commit 9c3df0e
Showing
4 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters