[wpt-sync] Sync PR 50138 - [functions] Add WPT for @function prelude parsing
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 50138 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50138
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
[functions] Add WPT for @function prelude parsing
Bug: 325504770
Change-Id: I91efca8c6441a86328205c761caa4f4cbbe4d097
Reviewed-on: https://chromium-review.googlesource.com/6158324
WPT-Export-Revision: b5e7d7b940b8fddd42b24de11687d4f598c923d1
Assignee | ||
Updated•29 days ago
|
Assignee | ||
Comment 1•26 days ago
|
||
Assignee | ||
Comment 2•26 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 68 subtests
Status Summary
Firefox
OK
: 1
PASS
: 22
FAIL
: 46
Chrome
OK
: 1
PASS
: 22
FAIL
: 46
Links
Details
New Tests That Don't Pass
- /css/css-mixins/at-function-parsing.html [wpt.fyi]
- @function --foo() is valid:
FAIL
(Chrome:FAIL
) - @function --foo( ) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x) is valid:
FAIL
(Chrome:FAIL
) - @function --foo( --x ) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x auto) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <angle>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <color>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <custom-ident>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <image>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <integer>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <length>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <length-percentage>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <number>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <percentage>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <resolution>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <string>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <time>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <url>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <transform-function>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <transform-list>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x type(auto)) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x type(<length>)) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x type(<length> | auto)) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x type(none | auto)) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x type(*)) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x, --y) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x, --y, --z) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <length>, --y, --z) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x, --y <number>, --z <angle>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x : 10px) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <length>: 10px) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <length>: 10px, --y) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x, --y <length>: 10px) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x type(<length> | auto): auto) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <angle>: 10px) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <length>#) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <length>+) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x type(<length>+)) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <transform-function>#) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x <transform-function>+) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x) returns type(*) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x) returns <length> is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x) returns <length>+ is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x) returns type(<length>) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x) returns type(<length> | auto) is valid:
FAIL
(Chrome:FAIL
) - @function --foo(--x) returns type(foo | bar) is valid:
FAIL
(Chrome:FAIL
)
- @function --foo() is valid:
https://hg.mozilla.org/mozilla-central/rev/7602bb367a20
https://hg.mozilla.org/mozilla-central/rev/68cd763c9bf2
Description
•