tor-browser

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

edit-context-basics.tentative.html.ini (1003B)


      1 [edit-context-basics.tentative.html]
      2  [Testing EditContext Dictionary Init]
      3    expected: FAIL
      4 
      5  [A contenteditable element should remain editable after attaching and detaching EditContext.]
      6    expected: FAIL
      7 
      8  [EditContext can be associated with an element that is not in the tree.]
      9    expected: FAIL
     10 
     11  [If an element is removed from the tree, the associated EditContext remains connected to the element.]
     12    expected: FAIL
     13 
     14  [If an element's ancestor is removed from tree, the associated EditContext remains connected to the element.]
     15    expected: FAIL
     16 
     17  [.attachedElements() should return associated element]
     18    expected: FAIL
     19 
     20  [Testing EditContext update text, selection and layout]
     21    expected: FAIL
     22 
     23  [updateCharacterBounds(), characterBounds(), and characterBoundsRangeStart should work properly]
     24    expected: FAIL
     25 
     26  [EditContext should allow a backwards selection]
     27    expected: FAIL
     28 
     29  [updateText can replace substrings including with backwards parameters]
     30    expected: FAIL