tor-browser

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

function-shadow.html.ini (718B)


      1 [function-shadow.html]
      2  [@function works inside shadow]
      3    expected: FAIL
      4 
      5  [Looking up document-global function]
      6    expected: FAIL
      7 
      8  [@function works inside nested shadow]
      9    expected: FAIL
     10 
     11  [@function defined in outer shadow is visible]
     12    expected: FAIL
     13 
     14  [Combining functions from various scopes]
     15    expected: FAIL
     16 
     17  [::part() can not see inner functions]
     18    expected: FAIL
     19 
     20  [::slotted() can see inner functions]
     21    expected: FAIL
     22 
     23  [:host can see inner functions]
     24    expected: FAIL
     25 
     26  [Outer functions can't see inner functions]
     27    expected: FAIL
     28 
     29  [Outer functions can't see inner functions (local vars)]
     30    expected: FAIL
     31 
     32  [Function with same name in different scopes]
     33    expected: FAIL