-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1784839 [wpt PR 35463] - Add asin() function for CSSTrigonometrcF…
…unctions, a=testonly Automatic update from web-platform-tests Add asin() function for CSSTrigonometrcFunctions According to the CSS Values and Units Module Level 4 [1], the trigonometric function should be parsed and evaluated. This CL adds asin() function and testcases for asin(). And add parentheses to the test cases in sin-cos-tan-serialized.html. It does not make test failure due to the consume simple block rule in the spec [2]. However, the expression that missed closing parenthesis is not the goal of the test suite and could make misunderstandings. Therefore, add the closing parentheses on the test cases. Feature status: [3] Intent to prototype: [4] [1] https://www.w3.org/TR/css-values-4/#trig-funcs [2] https://www.w3.org/TR/css-syntax-3/#consume-simple-block [3] https://chromestatus.com/feature/5165381072191488 [4] https://groups.google.com/a/chromium.org/g/blink-dev/c/-c9p-Sq_gWg Bug: 1190444 Change-Id: Ie000b6a7fd429d9c1bad28c29fc89104342706be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3820863 Reviewed-by: Mason Freed <masonf@chromium.org> Commit-Queue: Seokho Song <seokho@chromium.org> Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1038485} -- wpt-commits: 4131ef3ac9ca26a310d7a00d4fc8211f1430b810 wpt-pr: 35463
- Loading branch information
1 parent
50ba420
commit d5673eb
Showing
4 changed files
with
36 additions
and
42 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