[wpt-sync] Sync PR 50136 - Add test for resolving rlh on the :root element
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50136 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50136
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Add test for resolving rlh on the :root element
There was only coverage for testing rlh on the :root element for the
font and line-height properties, not other lengths.Change-Id: Ib67faf7f78d657c7bdf917a32eb7f5786916db98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6169143
Commit-Queue: Rune Lillesveen \<futhark@chromium.org>
Reviewed-by: Anders Hartvoll Ruud \<andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1407838}
Assignee | ||
Updated•29 days ago
|
Assignee | ||
Comment 1•29 days ago
|
||
Assignee | ||
Comment 2•29 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-values/rlh-on-root-lengths.html [wpt.fyi]
- Non font or line-height properties on :root should resolve rlh against :root line-height:
FAIL
(Chrome:PASS
)
- Non font or line-height properties on :root should resolve rlh against :root line-height:
https://hg.mozilla.org/mozilla-central/rev/d3abefa61179
https://hg.mozilla.org/mozilla-central/rev/2cb3633116f1
Description
•