Skip to content

Commit

Permalink
Use ComputeNumber with conversion data for matrix() transforms
Browse files Browse the repository at this point in the history
Bug: 40946458
Change-Id: I23acf9a439a2df7c72aa658cf10b45228da0961e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5571342
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Daniil Sakhapov <sakhapov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1306388}
  • Loading branch information
danielsakhapov authored and chromium-wpt-export-bot committed May 27, 2024
1 parent ba29c08 commit af21af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/css-transforms/transform-with-sign-function.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
test_math_used('skew(calc(sign(1em - 1px) * 2deg), calc(sign(1em - 1px) * 2deg))', 'skew(2deg, 2deg)', {prop:'transform'});
test_math_used('skewX(calc(sign(1em - 1px) * 2deg))', 'skewX(2deg)', {prop:'transform'});
test_math_used('skewY(calc(sign(1em - 1px) * 2deg))', 'skewY(2deg)', {prop:'transform'});
test_math_used('matrix(calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2))', 'matrix(2, 2, 2, 2, 2, 2)', {prop:'transform'});

</script>

0 comments on commit af21af1

Please sign in to comment.