Skip to content

Commit

Permalink
Commit New Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lilles authored and github-actions[bot] committed Sep 13, 2023
1 parent a8bf819 commit 489d9a2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions css/css-values/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -904,3 +904,30 @@ links:
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1848385
results:
- test: signs-abs-computed.html
- product: chrome
url: https://crbug.com/1482200
results:
- test: sin-cos-tan-serialize.html
subtest: '''scale(sin(180deg))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(calc(sin(180deg)))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(tan(180deg))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(calc(tan(180deg)))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(cos(270deg))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(calc(cos(270deg)))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(sin(-180deg))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(calc(sin(-180deg)))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(tan(-180deg))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(calc(tan(-180deg)))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(cos(-270deg))'' as a specified value should serialize as ''scale(calc(0))''.'
- test: sin-cos-tan-serialize.html
subtest: '''scale(calc(cos(-270deg)))'' as a specified value should serialize as ''scale(calc(0))''.'

0 comments on commit 489d9a2

Please sign in to comment.