tor-browser

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

windows-1252.html.ini (2140B)


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