[Webkit-unassigned] [Bug 93784] SVG textNode.getNumberOfChars reports 0 when it hasn't been attached to the document
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 13 04:47:49 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=93784
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
First the attached test case is in Quirks mode (although downloading and adding DOCTYPE also have same result across all browsers) and I am getting following in console across browsers:
*** Safari 15.5 on macOS 12.4 ****
Unappended Node. Expecting 5, but is actually: 0
Appended Node. Expecting 5, but is actually: 5
*** Chrome Canary 105 ****
Unappended Node. Expecting 5, but is actually: 0
Appended Node. Expecting 5, but is actually: 5
*** Firefox Nightly 104 ****
Unappended Node. Expecting 5, but is actually: 0
Appended Node. Expecting 5, but is actually: 5
Since it is consistent across all browsers, I think this can be considered as "RESOLVED WONTFIX" or "RESOLVED INVALID". Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220713/58fdfe52/attachment-0001.htm>
More information about the webkit-unassigned
mailing list