tor-browser

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

modify-around-non-editable-span.html.ini (1299B)


      1 [modify-around-non-editable-span.html]
      2  max-asserts: 3
      3  [getSelection().modify("move", "forward", "character") when "editable[\]<span contenteditable=false>"]
      4    expected: FAIL
      5 
      6  [getSelection().modify("move", "right", "character") when "editable[\]<span contenteditable=false>"]
      7    expected: FAIL
      8 
      9  [getSelection().modify("move", "backward", "character") when " <span contenteditable=false>...</span>[\]editable"]
     10    expected: FAIL
     11 
     12  [getSelection().modify("move", "left", "character") when " <span contenteditable=false>...</span>[\]editable"]
     13    expected: FAIL
     14 
     15  [getSelection().modify("move", "forward", "character") after getSelection().selectAllChildren(editingHost) when "editable[\]<span contenteditable=false>"]
     16    expected: FAIL
     17 
     18  [getSelection().modify("move", "right", "character") after getSelection().selectAllChildren(editingHost) when "editable[\]<span contenteditable=false>"]
     19    expected: FAIL
     20 
     21  [getSelection().modify("move", "backward", "character") after getSelection().selectAllChildren(editingHost) when " <span contenteditable=false>...</span>[\]editable"]
     22    expected: FAIL
     23 
     24  [getSelection().modify("move", "left", "character") after getSelection().selectAllChildren(editingHost) when " <span contenteditable=false>...</span>[\]editable"]
     25    expected: FAIL