tor-browser

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

input-events-exec-command.html.ini (2074B)


      1 [input-events-exec-command.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Calling execCommand("backColor", false, Inherit) (data value)]
      5    expected: FAIL
      6 
      7  [Calling execCommand("backColor", false, Initial) (data value)]
      8    expected: FAIL
      9 
     10  [Calling execCommand("backColor", false, Reset) (data value)]
     11    expected: FAIL
     12 
     13  [Calling execCommand("backColor", false, CurrentColor) (data value)]
     14    expected: FAIL
     15 
     16  [Calling execCommand("foreColor", false, Inherit) (data value)]
     17    expected: FAIL
     18 
     19  [Calling execCommand("foreColor", false, Initial) (data value)]
     20    expected: FAIL
     21 
     22  [Calling execCommand("foreColor", false, Reset) (data value)]
     23    expected: FAIL
     24 
     25  [Calling execCommand("foreColor", false, CurrentColor) (data value)]
     26    expected: FAIL
     27 
     28  [Calling execCommand("hiliteColor", false, Inherit) (data value)]
     29    expected: FAIL
     30 
     31  [Calling execCommand("hiliteColor", false, Initial) (data value)]
     32    expected: FAIL
     33 
     34  [Calling execCommand("hiliteColor", false, Reset) (data value)]
     35    expected: FAIL
     36 
     37  [Calling execCommand("hiliteColor", false, CurrentColor) (data value)]
     38    expected: FAIL
     39 
     40  [execCommand("justifyCenter") should wrap the text with <div> element whose text-align is center]
     41    expected: FAIL
     42 
     43  [execCommand("justifyFull") should wrap the text with <div> element whose text-align is justify]
     44    expected: FAIL
     45 
     46  [execCommand("justifyRight") should wrap the text with <div> element whose text-align is right]
     47    expected: FAIL
     48 
     49  [execCommand("justifyLeft") should wrap the text with <div> element whose text-align is left]
     50    expected: FAIL
     51 
     52  [Calling execCommand("removeFormat", false, null) (inputType value)]
     53    expected: FAIL
     54 
     55  [execCommand("removeFormat") should remove the style of current block]
     56    expected: FAIL
     57 
     58  [Set of execCommand("indent") and execCommand("outdent") should keep same DOM tree]
     59    expected: FAIL
     60 
     61  [Calling execCommand("cut", false, null) (inputType value)]
     62    expected: FAIL
     63 
     64  [Calling execCommand("paste", false, null) (inputType value)]
     65    expected: FAIL