tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

XMLSerializer-serializeToString.html.ini (1747B)


      1 [XMLSerializer-serializeToString.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Check if generated prefixes match to "ns${index}".]
      5    expected: FAIL
      6 
      7  [Check if "ns1" is generated even if the element already has xmlns:ns1.]
      8    expected: FAIL
      9 
     10  [Check if attribute serialization takes into account of following xmlns:* attributes]
     11    expected: FAIL
     12 
     13  [Check if attribute serialization takes into account of the same prefix declared in an ancestor element]
     14    expected: FAIL
     15 
     16  [Check if inconsistent xmlns="..." is dropped.]
     17    expected: FAIL
     18 
     19  [Check if start tag serialization drops element prefix if the namespace is same as inherited default namespace.]
     20    expected: FAIL
     21 
     22  [Check if no special handling for XLink namespace unlike HTML serializer.]
     23    expected: FAIL
     24 
     25  [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.]
     26    expected: FAIL
     27 
     28  [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.]
     29    expected: FAIL
     30 
     31  [Check if start tag serialization applied the original prefix even if it is declared in an ancestor element.]
     32    expected: FAIL
     33 
     34  [Check if start tag serialization takes into account of its xmlns:* attributes]
     35    expected: FAIL
     36 
     37  [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.]
     38    expected: FAIL
     39 
     40  [Check if redundant xmlns="..." is dropped.]
     41    expected: FAIL
     42 
     43  [Check if start tag serialization does NOT apply the default namespace if its namespace is declared in an ancestor.]
     44    expected: FAIL