mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 05:48:12 +00:00
LibWeb: Implement document.createCDATASection()
This commit is contained in:
parent
ee6b0e144a
commit
02c2b1e67e
6 changed files with 45 additions and 1 deletions
|
@ -0,0 +1,3 @@
|
|||
<xml><![CDATA[Some <CDATA> data & then some]]></xml>
|
||||
Exception: NotSupportedError
|
||||
Exception: InvalidCharacterError
|
Loading…
Add table
Add a link
Reference in a new issue