tor-browser

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

edit-context-input.tentative.html.ini (1150B)


      1 [edit-context-input.tentative.html]
      2  [EditContext should disable DOM mutation]
      3    expected: FAIL
      4 
      5  [beforeInput(insertText) should be cancelable]
      6    expected: FAIL
      7 
      8  [EditContext should not receive events after being detached from element]
      9    expected: FAIL
     10 
     11  [EditContext constructed outside iframe can be used in iframe]
     12    expected: FAIL
     13 
     14  [Basic text input with div]
     15    expected: FAIL
     16 
     17  [Basic text input with canvas]
     18    expected: FAIL
     19 
     20  [Text insertion with non-collapsed selection with div]
     21    expected: FAIL
     22 
     23  [Text insertion with non-collapsed selection with canvas]
     24    expected: FAIL
     25 
     26  [Backspace and delete in EditContext with div]
     27    expected: FAIL
     28 
     29  [Backspace and delete in EditContext with canvas]
     30    expected: FAIL
     31 
     32  [Backspace and delete with existing selection with div]
     33    expected: FAIL
     34 
     35  [Backspace and delete with existing selection with canvas]
     36    expected: FAIL
     37 
     38  [Removing EditContext-associated element with focus doesn't prevent further text input on the page]
     39    expected: FAIL
     40 
     41  [Textupdate event should be fired on edit context when the editor element is moved to an iframe]
     42    expected: FAIL