tor-browser

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

function-conditionals.html.ini (1054B)


      1 [function-conditionals.html]
      2  [Basic @supports]
      3    expected: FAIL
      4 
      5  [Basic @supports (false)]
      6    expected: FAIL
      7 
      8  [Nested @supports]
      9    expected: FAIL
     10 
     11  [Nested @supports (false)]
     12    expected: FAIL
     13 
     14  [Inconsequential conditional]
     15    expected: FAIL
     16 
     17  [@supports with locals]
     18    expected: FAIL
     19 
     20  [Basic @media]
     21    expected: FAIL
     22 
     23  [Basic @media (false)]
     24    expected: FAIL
     25 
     26  [Nested @media]
     27    expected: FAIL
     28 
     29  [Nested @media (false)]
     30    expected: FAIL
     31 
     32  [Locals within @media]
     33    expected: FAIL
     34 
     35  [@supports within @media]
     36    expected: FAIL
     37 
     38  [@media within @supports]
     39    expected: FAIL
     40 
     41  [Basic @container]
     42    expected: FAIL
     43 
     44  [Basic @container (false)]
     45    expected: FAIL
     46 
     47  [Nested @container]
     48    expected: FAIL
     49 
     50  [Nested @container (false)]
     51    expected: FAIL
     52 
     53  [Locals within @container]
     54    expected: FAIL
     55 
     56  [@supports within @container]
     57    expected: FAIL
     58 
     59  [@container within @supports]
     60    expected: FAIL
     61 
     62  [@container, @media, @supports]
     63    expected: FAIL
     64 
     65  [@supports, @media, @container]
     66    expected: FAIL