File: XMLSerializer-serializeToString.html.ini

package info (click to toggle)
firefox 147.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,683,484 kB
  • sloc: cpp: 7,607,246; javascript: 6,533,185; ansic: 3,775,227; python: 1,415,393; xml: 634,561; asm: 438,951; java: 186,241; sh: 62,752; makefile: 18,079; objc: 13,092; perl: 12,808; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10; exp: 6
file content (44 lines) | stat: -rw-r--r-- 1,747 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[XMLSerializer-serializeToString.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [Check if generated prefixes match to "ns${index}".]
    expected: FAIL

  [Check if "ns1" is generated even if the element already has xmlns:ns1.]
    expected: FAIL

  [Check if attribute serialization takes into account of following xmlns:* attributes]
    expected: FAIL

  [Check if attribute serialization takes into account of the same prefix declared in an ancestor element]
    expected: FAIL

  [Check if inconsistent xmlns="..." is dropped.]
    expected: FAIL

  [Check if start tag serialization drops element prefix if the namespace is same as inherited default namespace.]
    expected: FAIL

  [Check if no special handling for XLink namespace unlike HTML serializer.]
    expected: 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.]
    expected: FAIL

  [Check if the prefix of an attribute is replaced with a generated one in a case where the prefix is already mapped to a different namespace URI.]
    expected: FAIL

  [Check if start tag serialization applied the original prefix even if it is declared in an ancestor element.]
    expected: FAIL

  [Check if start tag serialization takes into account of its xmlns:* attributes]
    expected: 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.]
    expected: FAIL

  [Check if redundant xmlns="..." is dropped.]
    expected: FAIL

  [Check if start tag serialization does NOT apply the default namespace if its namespace is declared in an ancestor.]
    expected: FAIL