Closed Bug 1574357 Opened 5 years ago Closed 5 years ago

[wpt-sync] Sync PR 18476 - Add parser and evaluation WPT for <angle> values involving min/max()

Categories

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

task

Tracking

()

RESOLVED FIXED
mozilla70
Tracking Status
firefox70 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Xiaocheng Hu <xiaochengh@chromium.org> wrote:

Add parser and evaluation WPT for <angle> values involving min/max()

Bug: 978682
Change-Id: Ibee742e22ef09cf4762f519e5afc35b1a31acf7f
Reviewed-on: https://chromium-review.googlesource.com/1757433
WPT-Export-Revision: b299c2b94390e4a755846834822e0390285bfd80

Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Ran 2 tests and 84 subtests
OK     : 2
PASS   : 52
FAIL   : 32

New tests that have failures or other problems:
/css/css-values/minmax-angle-values.html
    calc(max(90deg, 1.56rad) * 2: FAIL
    calc(max(90deg, 1.56rad) + 0.25turn): FAIL
    calc(max(90deg, 1.56rad) - 0.125turn): FAIL
    calc(max(90deg, 1.56rad) / 2: FAIL
    calc(min(90deg, 1.58rad) * 2: FAIL
    calc(min(90deg, 1.58rad) + 0.25turn): FAIL
    calc(min(90deg, 1.58rad) + max(0.25turn, 99grad)): FAIL
    calc(min(90deg, 1.58rad) - 0.125turn): FAIL
    calc(min(90deg, 1.58rad) - max(0.25turn, 99grad)): FAIL
    calc(min(90deg, 1.58rad) / 2: FAIL
    max(0.25turn, min(270deg, 3.14rad)): FAIL
    max(1.58rad, 90deg): FAIL
    max(1deg): FAIL
    max(1deg, 2deg): FAIL
    max(1grad): FAIL
    max(1grad, 2grad): FAIL
    max(1rad): FAIL
    max(1rad, 2rad): FAIL
    max(1turn): FAIL
    max(1turn, 2turn): FAIL
    max(91deg, 0.25turn): FAIL
    min(1.57rad, 95deg): FAIL
    min(1deg): FAIL
    min(1deg, 2deg): FAIL
    min(1grad): FAIL
    min(1grad, 2grad): FAIL
    min(1rad): FAIL
    min(1rad, 2rad): FAIL
    min(1turn): FAIL
    min(1turn, 2turn): FAIL
    min(270deg, max(0.25turn, 3.14rad)): FAIL
    min(90deg, 0.26turn): FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/455eef93b909
[wpt PR 18476] - Add parser and evaluation WPT for <angle> values involving min/max(), a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/2e16cf363b58
[wpt PR 18476] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in before you can comment on or make changes to this bug.