tor-browser

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

nested-with-contenteditable-true.html.ini (1415B)


      1 [nested-with-contenteditable-true.html]
      2  [contenteditable="plaintext-only" in contenteditable="" and contenteditable="false" should insert line break at typing Enter]
      3    expected: FAIL
      4 
      5  [contenteditable="" in contenteditable="plaintext-only" and contenteditable="false" should insert paragraph at typing Enter]
      6    expected: FAIL
      7 
      8  [contenteditable="plaintext-only" in contenteditable="" and contenteditable="false" should insert line break at typing Enter (explicitly setting focus to the nested one)]
      9    expected: FAIL
     10 
     11  [contenteditable="" in contenteditable="plaintext-only" and contenteditable="false" should insert paragraph at typing Enter (explicitly setting focus to the nested one)]
     12    expected: FAIL
     13 
     14  [contenteditable="plaintext-only" in contenteditable="true" and contenteditable="false" should insert line break at typing Enter]
     15    expected: FAIL
     16 
     17  [contenteditable="true" in contenteditable="plaintext-only" and contenteditable="false" should insert paragraph at typing Enter]
     18    expected: FAIL
     19 
     20  [contenteditable="plaintext-only" in contenteditable="true" and contenteditable="false" should insert line break at typing Enter (explicitly setting focus to the nested one)]
     21    expected: FAIL
     22 
     23  [contenteditable="true" in contenteditable="plaintext-only" and contenteditable="false" should insert paragraph at typing Enter (explicitly setting focus to the nested one)]
     24    expected: FAIL