[wpt-sync] Sync PR 50179 - [functions] Add WPT for basic evaluation
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50179 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50179
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
[functions] Add WPT for basic evaluation
One sub-test related to parameter defaults is failing (Issue 390581527).
Bug: 325504770, 390581527
Change-Id: I08b927c5051593889e96e68558f1340e60a907bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6182300
Reviewed-by: Steinar H Gunderson \<sesse@chromium.org>
Commit-Queue: Anders Hartvoll Ruud \<andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1408653}
Assignee | ||
Updated•27 days ago
|
Assignee | ||
Comment 1•27 days ago
|
||
Assignee | ||
Comment 2•27 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 35 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 35
Chrome
OK
: 1
FAIL
: 35
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-mixins/dashed-function-eval.html [wpt.fyi]
- Literal result:
FAIL
(Chrome:FAIL
) - Literal result, typed return:
FAIL
(Chrome:FAIL
) - Literal result, typed return, calc:
FAIL
(Chrome:FAIL
) - Literal result, typed return, mismatch:
FAIL
(Chrome:FAIL
) - Missing result descriptor:
FAIL
(Chrome:FAIL
) - Literal result, empty:
FAIL
(Chrome:FAIL
) - result cascading behavior:
FAIL
(Chrome:FAIL
) - Another dashed-function in result:
FAIL
(Chrome:FAIL
) - Unused argument:
FAIL
(Chrome:FAIL
) - Single parameter:
FAIL
(Chrome:FAIL
) - Multiple parameters:
FAIL
(Chrome:FAIL
) - Single parameter, typed:
FAIL
(Chrome:FAIL
) - Typed parameter with calc():
FAIL
(Chrome:FAIL
) - Untyped parameter with calc():
FAIL
(Chrome:FAIL
) - Various typed parameters:
FAIL
(Chrome:FAIL
) - Parameter with complex type (auto):
FAIL
(Chrome:FAIL
) - Parameter with complex type (px):
FAIL
(Chrome:FAIL
) - Passing argument to inner function:
FAIL
(Chrome:FAIL
) - var() in argument resolved before call:
FAIL
(Chrome:FAIL
) - var() in argument resolved before call, typed:
FAIL
(Chrome:FAIL
) - Single parameter with default value:
FAIL
(Chrome:FAIL
) - Multiple parameters with defaults:
FAIL
(Chrome:FAIL
) - Multiple parameters with defaults, typed:
FAIL
(Chrome:FAIL
) - Unused local:
FAIL
(Chrome:FAIL
) - Local does not affect outer scope:
FAIL
(Chrome:FAIL
) - Substituting local in result:
FAIL
(Chrome:FAIL
) - Substituting multiple locals in result:
FAIL
(Chrome:FAIL
) - Local referring to another local:
FAIL
(Chrome:FAIL
) - Locals appearing after result:
FAIL
(Chrome:FAIL
) - Locals cascading behavior:
FAIL
(Chrome:FAIL
) - Custom properties are visible inside function:
FAIL
(Chrome:FAIL
) - Parameter shadows custom property:
FAIL
(Chrome:FAIL
) - Local shadows parameter:
FAIL
(Chrome:FAIL
) - Missing only argument:
FAIL
(Chrome:FAIL
) - Missing one argument of several:
FAIL
(Chrome:FAIL
)
- Literal result:
https://hg.mozilla.org/mozilla-central/rev/c8ee1fad58d6
https://hg.mozilla.org/mozilla-central/rev/b93fa895cbc5
Description
•