[wpt-sync] Sync PR 35657 - [@container] Add style() tests for defaulting keywords
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35657 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35657
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
[@container] Add style() tests for defaulting keywords
Bug: 1302630
Change-Id: Ifdef7c95645373b063e8a1e31e29378690e48c4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3858427
Reviewed-by: Anders Hartvoll Ruud \<andruud@chromium.org>
Commit-Queue: Rune Lillesveen \<futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1040028}
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 62 subtests
Status Summary
Firefox
OK : 1
PASS : 26
FAIL : 36
ERROR: 1
Chrome
OK : 1
PASS : 56
FAIL : 6
Safari
OK : 1
PASS : 26
FAIL : 36
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-contain/container-queries/custom-property-style-queries.html [wpt.fyi]:
ERROR[GitHub],OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-linux1804-64-qr-opt,Gecko-windows10-32-2004-qr-debug,Gecko-windows10-32-2004-qr-opt,Gecko-windows10-64-2004-qr-debug,Gecko-windows10-64-2004-qr-opt] (Chrome:OK, Safari:OK)- style(--inner: true):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner:true):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner:true ):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner: true ):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner-no-space: true):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner-no-space:true):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner-no-space:true ):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner-no-space: true ):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner-space-after: true):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner-space-after:true):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner-space-after:true ):
FAIL(Chrome:PASS, Safari:FAIL) - style(--inner-space-after: true ):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer: true):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer:true):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer:true ):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer: true ):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer-no-space: true):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer-no-space:true):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer-no-space:true ):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer-no-space: true ):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer-space-after: true):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer-space-after:true):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer-space-after:true ):
FAIL(Chrome:PASS, Safari:FAIL) - outer style(--outer-space-after: true ):
FAIL(Chrome:PASS, Safari:FAIL) - Query custom property with !important declaration:
FAIL(Chrome:PASS, Safari:FAIL) - Query custom property using var():
FAIL(Chrome:FAIL, Safari:FAIL) - Query custom property including unknown var() reference:
FAIL(Chrome:PASS, Safari:FAIL) - Query custom property including unknown var() reference with non-matching fallback:
FAIL(Chrome:PASS, Safari:FAIL) - Query custom property including unknown var() reference with matching fallback:
FAIL(Chrome:FAIL, Safari:FAIL) - Query custom property matching guaranteed-invalid values:
FAIL(Chrome:FAIL, Safari:FAIL) - Style query 'initial' matching:
FAIL(Chrome:PASS, Safari:FAIL) - Style query 'initial' not matching:
FAIL(Chrome:PASS, Safari:FAIL) - Style query 'inherit' matching:
FAIL(Chrome:FAIL, Safari:FAIL) - Style query 'inherit' not matching:
FAIL(Chrome:PASS, Safari:FAIL) - Style query 'unset' matching:
FAIL(Chrome:PASS, Safari:FAIL) - Style query 'unset' not matching:
FAIL(Chrome:PASS, Safari:FAIL)
- style(--inner: true):
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/657134b78d39
https://hg.mozilla.org/mozilla-central/rev/3d99459ca37d
Description
•