/dom/nodes/Document-createCDATASection-xhtml.xhtml| status | subtest | message |
|---|---|---|
| PASS | createCDATASection("\v") | |
| PASS | createCDATASection("a -- b") | |
| PASS | createCDATASection("a-") | |
| PASS | createCDATASection("-b") | |
| FAIL | createCDATASection(null) | assert_equals: data expected "null" but got "" |
| FAIL | createCDATASection(undefined) | assert_equals: data expected "undefined" but got "" |
| FAIL | Creating a CDATA section containing the string "]]>" must throw | assert_throws_dom: function "() => document.createCDATASection(" ]" + "]> ")" did not throw |
bundle built 2026-07-16T07:16:48.063Z