[wpt-sync] Sync PR 52723 - Add length conversion checkers to CSSRotateInterpolationType
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
Sync web-platform-tests PR 52723 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52723
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Add length conversion checkers to CSSRotateInterpolationType
So that when the font-size changes during animation, we correctly
update the relative-units dependent value.Bug: 415572412
Change-Id: I8e24abc9d303bbcbb09120b9e49e49eba657938a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6578329
Reviewed-by: Anders Hartvoll Ruud \<andruud@chromium.org>
Commit-Queue: Daniil Sakhapov \<sakhapov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1463998}
Assignee | ||
Comment 1•3 months ago
|
||
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 2•3 months ago
|
||
Assignee | ||
Comment 3•3 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Chrome
OK
: 1
PASS
: 1
FAIL
: 1
Safari
OK
: 1
PASS
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-values/sign-in-keyframes-with-relative-units.html [wpt.fyi]
- Initially, the font-size is 8px for #target, so the result is 0.75:
FAIL
linked bug:Bug 1967970
- Initially, the font-size is 8px for #target, so the result is 0.75:
New Tests That Don't Pass
- /css/css-values/sign-in-keyframes-with-relative-units.html [wpt.fyi]
- Initially, the font-size is 8px for #target, so the result is 0.75:
FAIL
(Chrome:PASS
, Safari:PASS
) - Changing the font-size of #target changes the start point, so the result should be 1.75:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- Initially, the font-size is 8px for #target, so the result is 0.75:
Assignee | ||
Comment 4•3 months ago
|
||
Automatic update from web-platform-tests
Add length conversion checkers to CSSRotateInterpolationType
So that when the font-size changes during animation, we correctly
update the relative-units dependent value.
Bug: 415572412
Change-Id: I8e24abc9d303bbcbb09120b9e49e49eba657938a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6578329
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Daniil Sakhapov <sakhapov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1463998}
--
wpt-commits: 250eb25aea158b631814b75e109f88404441cdb8
wpt-pr: 52723
Comment 6•3 months ago
|
||
bugherder |
Description
•