tor-browser

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

exec-command-with-text-editor.tentative.html.ini (13427B)


      1 prefs: [dom.events.testing.asyncClipboard:true]
      2 [exec-command-with-text-editor.tentative.html?type=text]
      3  expected:
      4    if (os == "android") and fission: [OK, TIMEOUT]
      5  [In <input type="text">, execCommand("cut", false, null), ab[\]c): The command should not be enabled]
      6    expected: FAIL
      7 
      8  [In <input type="text">, execCommand("cut", false, null), ab[\]c): execCommand() should return false]
      9    expected: FAIL
     10 
     11  [In <input type="text">, execCommand("copy", false, null), abc[\]d): The command should not be enabled]
     12    expected: FAIL
     13 
     14  [In <input type="text">, execCommand("copy", false, null), abc[\]d): execCommand() should return false]
     15    expected: FAIL
     16 
     17  [In <input type="text">, execCommand("undo", false, null), a[b\]c): The command should be enabled]
     18    expected: FAIL
     19 
     20  [In <input type="text">, execCommand("redo", false, null), a[b\]c): The command should be enabled]
     21    expected: FAIL
     22 
     23  [In <input type="text">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled]
     24    expected: FAIL
     25 
     26  [In <input type="text">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true]
     27    expected: FAIL
     28 
     29  [In <input type="text">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <input>.value should be "ainserted[\]c"]
     30    expected: FAIL
     31 
     32  [In <input type="text">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText]
     33    expected: FAIL
     34 
     35  [In <input type="text">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLInputElement\]]
     36    expected: FAIL
     37 
     38  [In <input type="text">, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <input> has focus]
     39    expected: FAIL
     40 
     41  [In <input type="text">, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <input> does not have focus]
     42    expected: FAIL
     43 
     44  [In <input type="text">, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <input> has focus]
     45    expected: FAIL
     46 
     47  [In <input type="text">, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <input> does not have focus]
     48    expected: FAIL
     49 
     50  [In <input type="text"> in contenteditable, execCommand("cut", false, null), ab[\]c): The command should not be enabled]
     51    expected: FAIL
     52 
     53  [In <input type="text"> in contenteditable, execCommand("cut", false, null), ab[\]c): execCommand() should return false]
     54    expected: FAIL
     55 
     56  [In <input type="text"> in contenteditable, execCommand("copy", false, null), abc[\]d): The command should not be enabled]
     57    expected: FAIL
     58 
     59  [In <input type="text"> in contenteditable, execCommand("copy", false, null), abc[\]d): execCommand() should return false]
     60    expected: FAIL
     61 
     62  [In <input type="text"> in contenteditable, execCommand("undo", false, null), a[b\]c): The command should be enabled]
     63    expected: FAIL
     64 
     65  [In <input type="text"> in contenteditable, execCommand("redo", false, null), a[b\]c): The command should be enabled]
     66    expected: FAIL
     67 
     68  [In <input type="text"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <input>.value should be "ainserted[\]c"]
     69    expected: FAIL
     70 
     71  [In <input type="text"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText]
     72    expected: FAIL
     73 
     74  [In <input type="text"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLInputElement\]]
     75    expected: FAIL
     76 
     77  [In <input type="text"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled]
     78    expected: FAIL
     79 
     80  [In <input type="text"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true]
     81    expected: FAIL
     82 
     83 [exec-command-with-text-editor.tentative.html?type=password]
     84  disabled:
     85    if verify: intermittent fails in verify mode
     86  expected:
     87    if (os == "android") and fission: [OK, TIMEOUT]
     88  [In <input type="password">, execCommand("cut", false, null), ab[\]c): The command should not be enabled]
     89    expected: FAIL
     90 
     91  [In <input type="password">, execCommand("cut", false, null), a[b\]c): execCommand() should return true]
     92    expected: FAIL
     93 
     94  [In <input type="password">, execCommand("cut", false, null), a[b\]c): <input>.value should be "a[\]c"]
     95    expected: FAIL
     96 
     97  [In <input type="password">, execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut]
     98    expected: FAIL
     99 
    100  [In <input type="password">, execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLInputElement\]]
    101    expected: FAIL
    102 
    103  [In <input type="password">, execCommand("copy", false, null), abc[\]d): The command should not be enabled]
    104    expected: FAIL
    105 
    106  [In <input type="password">, execCommand("copy", false, null), a[bc\]d): execCommand() should return true]
    107    expected: FAIL
    108 
    109  [In <input type="password">, execCommand("paste", false, null), a[\]c): <input>.value should be "abc[\]c"]
    110    expected: [PASS, FAIL]
    111 
    112  [In <input type="password">, execCommand("undo", false, null), a[b\]c): The command should be enabled]
    113    expected: FAIL
    114 
    115  [In <input type="password">, execCommand("redo", false, null), a[b\]c): The command should be enabled]
    116    expected: FAIL
    117 
    118  [In <input type="password">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled]
    119    expected: FAIL
    120 
    121  [In <input type="password">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true]
    122    expected: FAIL
    123 
    124  [In <input type="password">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <input>.value should be "ainserted[\]c"]
    125    expected: FAIL
    126 
    127  [In <input type="password">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText]
    128    expected: FAIL
    129 
    130  [In <input type="password">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLInputElement\]]
    131    expected: FAIL
    132 
    133  [In <input type="password">, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <input> has focus]
    134    expected: FAIL
    135 
    136  [In <input type="password">, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <input> does not have focus]
    137    expected: FAIL
    138 
    139  [In <input type="password">, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <input> has focus]
    140    expected: FAIL
    141 
    142  [In <input type="password">, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <input> does not have focus]
    143    expected: FAIL
    144 
    145  [In <input type="password"> in contenteditable, execCommand("cut", false, null), ab[\]c): The command should not be enabled]
    146    expected: FAIL
    147 
    148  [In <input type="password"> in contenteditable, execCommand("cut", false, null), a[b\]c): execCommand() should return true]
    149    expected: FAIL
    150 
    151  [In <input type="password"> in contenteditable, execCommand("cut", false, null), a[b\]c): <input>.value should be "a[\]c"]
    152    expected: FAIL
    153 
    154  [In <input type="password"> in contenteditable, execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut]
    155    expected: FAIL
    156 
    157  [In <input type="password"> in contenteditable, execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLInputElement\]]
    158    expected: FAIL
    159 
    160  [In <input type="password"> in contenteditable, execCommand("copy", false, null), abc[\]d): The command should not be enabled]
    161    expected: FAIL
    162 
    163  [In <input type="password"> in contenteditable, execCommand("copy", false, null), a[bc\]d): execCommand() should return true]
    164    expected: FAIL
    165 
    166  [In <input type="password"> in contenteditable, execCommand("paste", false, null), a[\]c): <input>.value should be "abc[\]c"]
    167    expected: [PASS, FAIL]
    168 
    169  [In <input type="password"> in contenteditable, execCommand("undo", false, null), a[b\]c): The command should be enabled]
    170    expected: FAIL
    171 
    172  [In <input type="password"> in contenteditable, execCommand("redo", false, null), a[b\]c): The command should be enabled]
    173    expected: FAIL
    174 
    175  [In <input type="password"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <input>.value should be "ainserted[\]c"]
    176    expected: FAIL
    177 
    178  [In <input type="password"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText]
    179    expected: FAIL
    180 
    181  [In <input type="password"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLInputElement\]]
    182    expected: FAIL
    183 
    184  [In <input type="password"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled]
    185    expected: FAIL
    186 
    187  [In <input type="password"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true]
    188    expected: FAIL
    189 
    190 [exec-command-with-text-editor.tentative.html?type=textarea]
    191  [In <textarea>, execCommand("cut", false, null), ab[\]c): The command should not be enabled]
    192    expected: FAIL
    193 
    194  [In <textarea>, execCommand("cut", false, null), ab[\]c): execCommand() should return false]
    195    expected: FAIL
    196 
    197  [In <textarea>, execCommand("copy", false, null), abc[\]d): The command should not be enabled]
    198    expected: FAIL
    199 
    200  [In <textarea>, execCommand("copy", false, null), abc[\]d): execCommand() should return false]
    201    expected: FAIL
    202 
    203  [In <textarea>, execCommand("undo", false, null), a[b\]c): The command should be enabled]
    204    expected: FAIL
    205 
    206  [In <textarea>, execCommand("redo", false, null), a[b\]c): The command should be enabled]
    207    expected: FAIL
    208 
    209  [In <textarea>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled]
    210    expected: FAIL
    211 
    212  [In <textarea>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true]
    213    expected: FAIL
    214 
    215  [In <textarea>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <textarea>.value should be "ainserted[\]c"]
    216    expected: FAIL
    217 
    218  [In <textarea>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText]
    219    expected: FAIL
    220 
    221  [In <textarea>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLTextAreaElement\]]
    222    expected: FAIL
    223 
    224  [In <textarea>, execCommand("insertparagraph", false, null), a[b\]c): input.inputType should be insertParagraph]
    225    expected: FAIL
    226 
    227  [In <textarea>, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <textarea> has focus]
    228    expected: FAIL
    229 
    230  [In <textarea>, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <textarea> does not have focus]
    231    expected: FAIL
    232 
    233  [In <textarea>, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <textarea> has focus]
    234    expected: FAIL
    235 
    236  [In <textarea>, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <textarea> does not have focus]
    237    expected: FAIL
    238 
    239  [In <textarea> in contenteditable, execCommand("cut", false, null), ab[\]c): The command should not be enabled]
    240    expected: FAIL
    241 
    242  [In <textarea> in contenteditable, execCommand("cut", false, null), ab[\]c): execCommand() should return false]
    243    expected: FAIL
    244 
    245  [In <textarea> in contenteditable, execCommand("copy", false, null), abc[\]d): The command should not be enabled]
    246    expected: FAIL
    247 
    248  [In <textarea> in contenteditable, execCommand("copy", false, null), abc[\]d): execCommand() should return false]
    249    expected: FAIL
    250 
    251  [In <textarea> in contenteditable, execCommand("redo", false, null), a[b\]c): The command should be enabled]
    252    expected: FAIL
    253 
    254  [In <textarea> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled]
    255    expected: FAIL
    256 
    257  [In <textarea> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true]
    258    expected: FAIL
    259 
    260  [In <textarea> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <textarea>.value should be "ainserted[\]c"]
    261    expected: FAIL
    262 
    263  [In <textarea> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText]
    264    expected: FAIL
    265 
    266  [In <textarea> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLTextAreaElement\]]
    267    expected: FAIL
    268 
    269  [In <textarea> in contenteditable, execCommand("insertparagraph", false, null), a[b\]c): input.inputType should be insertParagraph]
    270    expected: FAIL
    271 
    272  [In <textarea> in contenteditable, execCommand("undo", false, null), a[b\]c): The command should be enabled]
    273    expected: FAIL