This is a testharness.js-based test.
[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.
assert_equals: expected "" but got ""
[FAIL] Check if the prefix of an attribute is NOT preserved in a case where neither its prefix nor its namespace URI is not already used.
assert_equals: expected "" but got ""
[FAIL] Check if start tag serialization does NOT apply the default namespace if its namespace is declared in an ancestor.
assert_equals: expected "" but got ""
[FAIL] Check if "ns1" is generated even if the element already has xmlns:ns1.
assert_equals: expected "" but got ""
[FAIL] Check if a prefix bound to an empty namespace URI ("no namespace") serialize
assert_equals: expected "" but got ""
Harness: the test ran to completion.