Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/dom/nodes/Document-createProcessingInstruction.txt
Tim Ledbetter 61ae388140 Tests: Create imported WPT test output from completion callback data
This allows us to disable test output, which performs expensive assert
tracking. This was making our imported tests run significantly slower
than tests run via `WPT.sh`.

Formatting the output ourselves also allows us to remove unnecessary
information from the test output.

This commit also rebaselines all existing imported WPT tests to follow
the new format.
2024-12-02 22:41:51 +00:00

17 lines
905 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Harness status: OK
Found 12 tests
12 Pass
Pass Document.createProcessingInstruction in HTML 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".