Commit 04f09ed
Fix computed value testing for offset-rotate keywords
The default keyword testing does not handle the special computed values of
offset-rotate correctly. For example, "reverse" computes to "auto 180deg",
while "auto" may be exposed as either "auto" or "auto 0deg" depending on the
engine.
Add custom computed value checks for these keyword cases so the tests match the
property-specific computed value behavior.
Differential Revision: https://phabricator.services.mozilla.com/D298938
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2037446
gecko-commit: f3c574159a013e064289c870860bfb67ad0178ba
gecko-commit-git: 58dc4f5be7b75198c23a35d5423c5df1bb5567cf
gecko-reviewers: emilio, firefox-style-system-reviewers1 parent bf64191 commit 04f09ed
1 file changed
Lines changed: 14 additions & 2 deletions
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
18 | 30 | | |
19 | 31 | | |
20 | 32 | | |
| |||
0 commit comments