[wpt-sync] Sync PR 31448 - SVG Text NG: Fix getNumberOfChars() for tspan and textPath
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 31448 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31448
Details from upstream follow.
Kent Tamura <tkent@chromium.org> wrote:
SVG Text NG: Fix getNumberOfChars() for tspan and textPath
This CL fixes getNumberOfChars() for \<tspan> and \<textPath> with
multiple text chunks.Bug: 1264694
Change-Id: Ia03e93f5cd637142e3720817e5c5bfb42870f9a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3252853
Auto-Submit: Kent Tamura \<tkent@chromium.org>
Commit-Queue: Koji Ishii \<kojii@chromium.org>
Reviewed-by: Koji Ishii \<kojii@chromium.org>
Cr-Commit-Position: refs/heads/main@{#936659}
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
PASS: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/svg/text/scripted/getextentofchar.html
Multiple chunks in a tspan: FAIL (Chrome: FAIL, Safari: PASS)
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2b07fd836482
https://hg.mozilla.org/mozilla-central/rev/3b3aae09d7d6
Description
•