[Webkit-unassigned] [Bug 35130] importNode cannot import a CDATA element into an HTML document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 09:01:41 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=35130

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |zlip.792 at gmail.com
         Resolution|---                         |CONFIGURATION CHANGED

--- Comment #15 from Ahmad Saleem <zlip.792 at gmail.com> ---
I took test cases from related Chrome bug mentioned in Comment 14 and changed them into JS Fiddle:

Test Case 1 - https://jsfiddle.net/0hpxkf4a/show

Test Case 2 - https://jsfiddle.net/ba6cusfx/show

For both, all browsers (Chrome Canary 106, Firefox Nightly 105 and Safari 15.6 on macOS 12.5) are in consensus and show following results:

*** Test Case 1 ***

No CDATA

parsed: [object XMLDocument]
imported: [object Element]

With CDATA

parsed: [object XMLDocument]
imported: [object Element]

*** Test Case 2 ***

PASS

_______

I am marking this as "RESOLVED CONFIGURATION CHANGED". Please reopen, if this is not resolved. 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/20220805/acef2156/attachment.htm>


More information about the webkit-unassigned mailing list