tor-browser

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

charset-bom.any.js.ini (1220B)


      1 [charset-bom.any.html]
      2 
      3 [charset-bom.any.worker.html]
      4  [UTF-8 BOM should be stripped when decoding JSON module script]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7      if (os == "android") and not debug: [PASS, FAIL]
      8 
      9  [UTF-16BE BOM should result in parse error in JSON module script]
     10    expected:
     11      if (os == "mac") and not debug: [PASS, FAIL]
     12      if (os == "android") and not debug: [PASS, FAIL]
     13 
     14  [UTF-16LE BOM should result in parse error in JSON module script]
     15    expected:
     16      if (os == "mac") and not debug: [PASS, FAIL]
     17      if (os == "android") and not debug: [PASS, FAIL]
     18 
     19 
     20 [charset-bom.any.sharedworker.html]
     21  [UTF-8 BOM should be stripped when decoding JSON module script]
     22    expected:
     23      if (os == "mac") and not debug: [PASS, FAIL]
     24      if (os == "android") and not debug: [PASS, FAIL]
     25 
     26  [UTF-16BE BOM should result in parse error in JSON module script]
     27    expected:
     28      if (os == "mac") and not debug: [PASS, FAIL]
     29      if (os == "android") and not debug: [PASS, FAIL]
     30 
     31  [UTF-16LE BOM should result in parse error in JSON module script]
     32    expected:
     33      if (os == "mac") and not debug: [PASS, FAIL]
     34      if (os == "android") and not debug: [PASS, FAIL]