mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Tests: Mark test as passing in XMLSerializer-serializeToString.txt
This commit is contained in:
parent
ae8033b80f
commit
3c2bbd45cf
Notes:
github-actions[bot]
2024-12-09 09:14:18 +00:00
Author: https://github.com/ananas-dev
Commit: 3c2bbd45cf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2467
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@ Harness status: OK
|
|||
|
||||
Found 24 tests
|
||||
|
||||
8 Pass
|
||||
16 Fail
|
||||
9 Pass
|
||||
15 Fail
|
||||
Pass check XMLSerializer.serializeToString method could parsing xmldoc to string
|
||||
Pass check XMLSerializer.serializeToString method could parsing document to string
|
||||
Pass Check if the default namespace is correctly reset.
|
||||
Pass Check if there is no redundant empty namespace declaration.
|
||||
Fail Check if redundant xmlns="..." is dropped.
|
||||
Pass Check if redundant xmlns="..." is dropped.
|
||||
Pass Check if inconsistent xmlns="..." is dropped.
|
||||
Fail Check if an attribute with namespace and no prefix is serialized with the nearest-declared prefix
|
||||
Fail Check if an attribute with namespace and no prefix is serialized with the nearest-declared prefix even if the prefix is assigned to another namespace.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue