[wpt-sync] Sync PR 50562 - [functions] Support @supports within @function rules
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50562 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50562
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
[functions] Support @supports within @function rules
This CL adds support for conditional rules within @function,
starting with @supports, since it's the easiest to deal with.Support for @media and @container will come later.
Bug: 325504770
Change-Id: Ica51aa6ba806e986cb273374da16a2fa5f3c2a05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6227574
Commit-Queue: Anders Hartvoll Ruud \<andruud@chromium.org>
Reviewed-by: Steinar H Gunderson \<sesse@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1417286}
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 6 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 40
Chrome
OK
: 2
FAIL
: 40
Safari
OK
: 2
FAIL
: 40
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-mixins/at-function-cssom.tentative.html [wpt.fyi]
- Empty CSSFunctionRule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Single CSSFunctionDeclarations:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionDescriptors (result):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionDescriptors (result, repeated):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionDescriptors (local variables):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionDescriptors (local variables, repeated):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionDescriptors (local variables and result):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionDescriptors serialization:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Unknown descriptors:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Unknown descriptors (mutation):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - item():
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Indexed property getter:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - @supports in body:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.name:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.getParameters():
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.returnType:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule escapes:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--empty):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--ret-length):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--ret-length-auto):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--param-single):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--param-typed):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--param-typed-default):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--param-default):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--param-multi):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--param-multi-mixed):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--body-result):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--body-locals):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--param-type-fn):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--param-type-fn-uni):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--ret-type-fn):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--ret-type-fn-uni):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--body-result-multi):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - CSSFunctionRule.cssText (--escaped-):
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Empty CSSFunctionRule:
- /css/css-mixins/function-conditionals.html [wpt.fyi]
- Basic @supports:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Basic @supports (false):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Nested @supports:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Nested @supports (false):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Inconsequential conditional:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - @supports with locals:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Basic @supports:
https://hg.mozilla.org/mozilla-central/rev/ef595fe18cf2
https://hg.mozilla.org/mozilla-central/rev/c3f133789e64
Description
•