DescriptionMake importNode work when the XML document contains a CDATA section
Make importNode work when the XML document contains a CDATA section
by avoiding calling createCDATASection since createCDATASection
throws an exception for HTML Documents.
The new behavior matches Firefox.
BUG=340059
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175169
Patch Set 1 #Patch Set 2 : Add testcase #
Total comments: 1
Patch Set 3 : Create CDATASection directly in importNode #
Total comments: 5
Patch Set 4 : Rebase and fix test #
Messages
Total messages: 9 (0 generated)
|