Closed Bug 1960324 Opened 4 months ago Closed 4 months ago

[wpt-sync] Sync PR 51967 - Support non-simplifiable trigonometric functions

Categories

(Core :: CSS Parsing and Computation, task, P4)

task

Tracking

()

RESOLVED FIXED
139 Branch
Tracking Status
firefox139 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 51967 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/51967
Details from upstream follow.

Daniil Sakhapov <sakhapov@chromium.org> wrote:

Support non-simplifiable trigonometric functions

Fixed: 405140653
Change-Id: Ic65eaa3d0d38103f52173f2762fb3b9ae4658c0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6449971
Reviewed-by: Rune Lillesveen \<futhark@chromium.org>
Commit-Queue: Daniil Sakhapov \<sakhapov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1446453}

Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core

CI Results

Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 2 tests and 26 subtests

Status Summary

Firefox

OK : 2
PASS : 60
FAIL : 11

Chrome

CRASH: 2

Safari

OK : 2
PASS : 62
FAIL : 9

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /css/css-values/acos-asin-atan-atan2-computed.html [wpt.fyi]
    • calc(asin(sin(180deg * sibling-index()))) should be used-value-equivalent to 0deg: FAIL (Safari: FAIL)
    • calc(acos(cos(180deg * sibling-index()))) should be used-value-equivalent to 180deg: FAIL (Safari: FAIL)
    • calc(atan(tan(180deg * sibling-index()))) should be used-value-equivalent to 0deg: FAIL (Safari: FAIL)
    • atan2(1rem + 1px - 1px, -1rem) should be used-value-equivalent to 135deg: FAIL (Safari: PASS)
    • atan2(1vh + 0px, -1vh + 0px) should be used-value-equivalent to 135deg: FAIL (Safari: PASS)
  • /css/css-values/sin-cos-tan-computed.html [wpt.fyi]
    • calc(sin(pi * sibling-index()) should be used-value-equivalent to 0: FAIL (Safari: FAIL)
    • calc(cos(pi * sibling-index()) should be used-value-equivalent to -1: FAIL (Safari: FAIL)
    • calc(tan(pi * sibling-index()) should be used-value-equivalent to 0: FAIL (Safari: FAIL)
    • calc(sin(180deg * sibling-index()) should be used-value-equivalent to 0: FAIL (Safari: FAIL)
    • calc(cos(180deg * sibling-index()) should be used-value-equivalent to -1: FAIL (Safari: FAIL)
    • calc(tan(180deg * sibling-index()) should be used-value-equivalent to 0: FAIL (Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d0d5735591d2 [wpt PR 51967] - Support non-simplifiable trigonometric functions, a=testonly https://hg.mozilla.org/integration/autoland/rev/15306a07fa8f [wpt PR 51967] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
You need to log in before you can comment on or make changes to this bug.