tor-browser

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

utf-16le.html.ini (1737B)


      1 [utf-16le.html]
      2  disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1034063
      3  expected: TIMEOUT
      4  [hyperlink auditing <a ping>]
      5    expected: TIMEOUT
      6 
      7  [hyperlink auditing <area ping>]
      8    expected: TIMEOUT
      9 
     10  [loading image <video poster>]
     11    disabled: true
     12 
     13  [history.pushState]
     14    expected: FAIL
     15 
     16  [history.replaceState]
     17    expected: FAIL
     18 
     19  [SharedWorker() in a dedicated worker]
     20    expected: FAIL
     21 
     22  [importScripts() in a shared worker]
     23    expected: FAIL
     24 
     25  [SharedWorker() in a shared worker]
     26    expected: FAIL
     27 
     28 
     29 [utf-16le.html?include=xmldocument]
     30  [XMLDocument#load()]
     31    expected: FAIL
     32 
     33 
     34 [utf-16le.html?include=svg]
     35 
     36 [utf-16le.html?include=window-open]
     37  expected:
     38    if (os == "android") and not debug: [OK, CRASH]
     39 
     40 [utf-16le.html?include=xml]
     41 
     42 [utf-16le.html?include=base-href]
     43 
     44 [utf-16le.html?include=css]
     45  expected:
     46    if (os == "android") and not debug: [OK, CRASH]
     47 
     48 [utf-16le.html?include=workers]
     49  expected:
     50    if tsan: [CRASH, OK, TIMEOUT]
     51    [OK, TIMEOUT]
     52  [importScripts() in a shared worker]
     53    expected:
     54      if os == "mac": [PASS, FAIL, TIMEOUT]
     55 
     56  [SharedWorker constructor]
     57    expected: [PASS, TIMEOUT]
     58 
     59  [Worker() in a shared worker]
     60    expected:
     61      if os == "linux": [PASS, TIMEOUT]
     62 
     63 
     64 [utf-16le.html?include=loading]
     65 
     66 [utf-16le.html?include=eventsource]
     67 
     68 [utf-16le.html?include=scheme]
     69 
     70 [utf-16le.html?include=appcache]
     71  [Parsing cache manifest (CACHE)]
     72    expected: TIMEOUT
     73 
     74  [Parsing cache manifest (FALLBACK)]
     75    expected: TIMEOUT
     76 
     77 
     78 [utf-16le.html?include=xhr]
     79 
     80 [utf-16le.html?include=history]
     81 
     82 [utf-16le.html?include=submit]
     83 
     84 [utf-16le.html?include=url]
     85 
     86 [utf-16le.html?include=nested-browsing]
     87 
     88 [utf-16le.html?include=hyperlink-search]
     89 
     90 [utf-16le.html?include=websocket]