/dom/nodes/Document-createProcessingInstruction-xhtml.xhtml| status | subtest | message |
|---|---|---|
| PASS | Document.createProcessingInstruction in XML documents | |
| PASS | Should throw an INVALID_CHARACTER_ERR for target "A" and data "?>". | |
| PASS | Should throw an INVALID_CHARACTER_ERR for target "·A" and data "x". | |
| PASS | Should throw an INVALID_CHARACTER_ERR for target "×A" and data "x". | |
| PASS | Should throw an INVALID_CHARACTER_ERR for target "A×" and data "x". | |
| PASS | Should throw an INVALID_CHARACTER_ERR for target "\\A" and data "x". | |
| PASS | Should throw an INVALID_CHARACTER_ERR for target "\f" and data "x". | |
| PASS | Should throw an INVALID_CHARACTER_ERR for target 0 and data "x". | |
| PASS | Should throw an INVALID_CHARACTER_ERR for target "0" and data "x". | |
| PASS | Should get a ProcessingInstruction for target "xml:fail" and data "x". | |
| PASS | Should get a ProcessingInstruction for target "A·A" and data "x". | |
| PASS | Should get a ProcessingInstruction for target "a0" and data "x". |
bundle built 2026-07-16T07:16:48.063Z