[wpt-sync] Sync PR 31507 - SVG Text NG: Fix dynamic update of "transform" attribute
Categories
(Core :: SVG, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31507 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31507
Details from upstream follow.
Kent Tamura <tkent@chromium.org> wrote:
SVG Text NG: Fix dynamic update of "transform" attribute
If LayoutSVGBlock::needs_transform_update_ is true, we should update
font too.Bug: 1266389
Change-Id: If6eb3df619f01c0bc2926021cc2b46acc5996c3d
Reviewed-on: https://chromium-review.googlesource.com/3260056
WPT-Export-Revision: f917fc7296f5df5423d794656c23388d8872b85d
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL: 2
Chrome
OK : 2
FAIL: 2
Safari
OK : 2
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/svg/coordinate-systems/svgtransformlist-replaceitem.html
Dynamic update of transform; replaceItem(): FAIL (Chrome: FAIL, Safari: FAIL)
/svg/text/scripted/transform-dynamic-update.html
Dynamic update of transform CSS property: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/adebbab1c669
https://hg.mozilla.org/mozilla-central/rev/0c246abc93cc
Description
•