1
0
Fork 0
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:
Lucien Fiorini 2024-12-07 17:28:46 +01:00 committed by Tim Ledbetter
parent ae8033b80f
commit 3c2bbd45cf
Notes: github-actions[bot] 2024-12-09 09:14:18 +00:00

View file

@ -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.