tor-browser

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

script-focus.https.html.ini (710B)


      1 [script-focus.https.html]
      2  [An embedder can focus out of a fenced frame]
      3    expected: FAIL
      4 
      5  [Fenced frames can't pull script focus until getting user activation]
      6    expected: FAIL
      7 
      8  [Focused fenced frames can move programmatic focus within frame]
      9    expected: FAIL
     10 
     11  [Script focus into a fenced frame consumes user activation]
     12    expected: FAIL
     13 
     14  [Another fenced frame cannot pull focus out of a focused fenced frame]
     15    expected: FAIL
     16 
     17  [A fenced frame nested in another fenced frame cannot pull focus]
     18    expected: FAIL
     19 
     20  [A fenced frame cannot pull window.focus() without user activation]
     21    expected: FAIL
     22 
     23  [A fenced frame can pull window.focus() after user activation]
     24    expected: FAIL