tor-browser

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

writingsuggestions.html.ini (11193B)


      1 [writingsuggestions.html]
      2  [Test that the writingsuggestions attribute is available on HTMLInputElement.]
      3    expected: FAIL
      4 
      5  [Test that the writingsuggestions attribute is available on HTMLTextAreaElement.]
      6    expected: FAIL
      7 
      8  [Test that the writingsuggestions attribute is available on HTMLDivElement.]
      9    expected: FAIL
     10 
     11  [Test that the writingsuggestions attribute is available on HTMLSpanElement.]
     12    expected: FAIL
     13 
     14  [Test that the writingsuggestions attribute is available on custom elements.]
     15    expected: FAIL
     16 
     17  [Test setting the `writingsuggestions` IDL attribute to `true` directly on the target element.]
     18    expected: FAIL
     19 
     20  [Test setting the `writingsuggestions` content attribute to `true` directly on the target element.]
     21    expected: FAIL
     22 
     23  [Test setting the `writingsuggestions` IDL attribute to boolean `true` directly on the target element.]
     24    expected: FAIL
     25 
     26  [Test setting the `writingsuggestions` content attribute to boolean `true` directly on the target element.]
     27    expected: FAIL
     28 
     29  [Test setting the `writingsuggestions` IDL attribute to `TrUe` directly on the target element.]
     30    expected: FAIL
     31 
     32  [Test setting the `writingsuggestions` content attribute to `TrUe` directly on the target element.]
     33    expected: FAIL
     34 
     35  [Test setting the `writingsuggestions` IDL attribute to `false` directly on the target element.]
     36    expected: FAIL
     37 
     38  [Test setting the `writingsuggestions` content attribute to `false` directly on the target element.]
     39    expected: FAIL
     40 
     41  [Test setting the `writingsuggestions` IDL attribute to boolean `false` directly on the target element.]
     42    expected: FAIL
     43 
     44  [Test setting the `writingsuggestions` content attribute to boolean `false` directly on the target element.]
     45    expected: FAIL
     46 
     47  [Test setting the `writingsuggestions` IDL attribute to `FaLsE` directly on the target element.]
     48    expected: FAIL
     49 
     50  [Test setting the `writingsuggestions` content attribute to `FaLsE` directly on the target element.]
     51    expected: FAIL
     52 
     53  [Test setting the `writingsuggestions` IDL attribute to the empty string directly on the target element.]
     54    expected: FAIL
     55 
     56  [Test setting the `writingsuggestions` content attribute to the empty string directly on the target element.]
     57    expected: FAIL
     58 
     59  [Test setting the `writingsuggestions` IDL attribute to an invalid value directly on the target element.]
     60    expected: FAIL
     61 
     62  [Test setting the `writingsuggestions` content attribute to an invalid value directly on the target element.]
     63    expected: FAIL
     64 
     65  [Test the writing suggestions state when the `writingsuggestions` attribute is missing.]
     66    expected: FAIL
     67 
     68  [Test setting the `writingsuggestions` content attribute to `false` after the IDL attribute was set to `true`.]
     69    expected: FAIL
     70 
     71  [Test setting the `writingsuggestions` content attribute to `FaLsE` after the IDL attribute was set to `true`.]
     72    expected: FAIL
     73 
     74  [Test setting the `writingsuggestions` content attribute to boolean `false` after the IDL attribute was set to `true`.]
     75    expected: FAIL
     76 
     77  [Test setting the `writingsuggestions` content attribute to `true` after the IDL attribute was set to `false`.]
     78    expected: FAIL
     79 
     80  [Test setting the `writingsuggestions` content attribute to the empty string after the IDL attribute was set to `false`.]
     81    expected: FAIL
     82 
     83  [Test setting the `writingsuggestions` content attribute to an invalid value after the IDL attribute was set to `false`.]
     84    expected: FAIL
     85 
     86  [Test setting the `writingsuggestions` content attribute to `TrUe` after the IDL attribute was set to `false`.]
     87    expected: FAIL
     88 
     89  [Test setting the `writingsuggestions` content attribute to boolean `true` after the IDL attribute was set to `false`.]
     90    expected: FAIL
     91 
     92  [Test setting the `writingsuggestions` attribute with a missing value directly on the target element.]
     93    expected: FAIL
     94 
     95  [Test setting the `writingsuggestions` attribute to "true" on a parent element.]
     96    expected: FAIL
     97 
     98  [Test setting the `writingsuggestions` attribute to an empty string on a parent element.]
     99    expected: FAIL
    100 
    101  [Test setting the `writingsuggestions` attribute to "false" on a parent element.]
    102    expected: FAIL
    103 
    104  [Test setting the `writingsuggestions` attribute to an invalid value on a parent element.]
    105    expected: FAIL
    106 
    107  [Test overriding the parent element's `writingsuggestions` attribute from "true" to "false".]
    108    expected: FAIL
    109 
    110  [Test overriding the parent element's `writingsuggestions` attribute from the empty string to "false".]
    111    expected: FAIL
    112 
    113  [Test overriding the parent element's `writingsuggestions` attribute from "false" to "true".]
    114    expected: FAIL
    115 
    116  [Test overriding the parent element's `writingsuggestions` attribute from "false" to an invalid value.]
    117    expected: FAIL
    118 
    119  [Test overriding the parent element's `writingsuggestions` attribute from "false" to the empty string.]
    120    expected: FAIL
    121 
    122  [Test turning off writing suggestions for an entire document.]
    123    expected: FAIL
    124 
    125  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "false" to "true".]
    126    expected: FAIL
    127 
    128  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "false" to "true".]
    129    expected: FAIL
    130 
    131  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "false" to "true".]
    132    expected: FAIL
    133 
    134  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "false" to "true".]
    135    expected: FAIL
    136 
    137  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "false" to the empty string.]
    138    expected: FAIL
    139 
    140  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "false" to the empty string.]
    141    expected: FAIL
    142 
    143  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "false" to the empty string.]
    144    expected: FAIL
    145 
    146  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "false" to the empty string.]
    147    expected: FAIL
    148 
    149  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "false" to an invalid value.]
    150    expected: FAIL
    151 
    152  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "false" to an invalid value.]
    153    expected: FAIL
    154 
    155  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "false" to an invalid value.]
    156    expected: FAIL
    157 
    158  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "false" to an invalid value.]
    159    expected: FAIL
    160 
    161  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from "true" to "false".]
    162    expected: FAIL
    163 
    164  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from "true" to "false".]
    165    expected: FAIL
    166 
    167  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from "true" to "false".]
    168    expected: FAIL
    169 
    170  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from "true" to "false".]
    171    expected: FAIL
    172 
    173  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input element from the empty string to "false".]
    174    expected: FAIL
    175 
    176  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a textarea element from the empty string to "false".]
    177    expected: FAIL
    178 
    179  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a div element from the empty string to "false".]
    180    expected: FAIL
    181 
    182  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a span element from the empty string to "false".]
    183    expected: FAIL
    184 
    185  [Test that for continuous text on the screen, writing suggestions may be allowed in one part but not another.]
    186    expected: FAIL
    187 
    188  [Test that the writingsuggestions attribute is available on an input type which the attribute doesn't apply. The User Agent is responsible that writing suggestions are not applied to the element.]
    189    expected: FAIL
    190 
    191  [Test that the writingsuggestions attribute is available on a disabled element. The User Agent is responsible that writing suggestions are not applied to the element.]
    192    expected: FAIL
    193 
    194  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "false" to "true". The User Agent is responsible that writing suggestions are not applied to the element]
    195    expected: FAIL
    196 
    197  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "false" to "true". The User Agent is responsible that writing suggestions are not applied to the element]
    198    expected: FAIL
    199 
    200  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "false" to the empty string. The User Agent is responsible that writing suggestions are not applied to the element.]
    201    expected: FAIL
    202 
    203  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "false" to the empty string. The User Agent is responsible that writing suggestions are not applied to the element.]
    204    expected: FAIL
    205 
    206  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "false" to an invalid value. The User Agent is responsible that writing suggestions are not applied to the element.]
    207    expected: FAIL
    208 
    209  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "false" to an invalid value. The User Agent is responsible that writing suggestions are not applied to the element.]
    210    expected: FAIL
    211 
    212  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from "true" to "false". The User Agent is responsible that writing suggestions are not applied to the element.]
    213    expected: FAIL
    214 
    215  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from "true" to "false". The User Agent is responsible that writing suggestions are not applied to the element.]
    216    expected: FAIL
    217 
    218  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on an input type which the attribute doesn't apply from the empty string to "false". The User Agent is responsible that writing suggestions are not applied to the element.]
    219    expected: FAIL
    220 
    221  [Test overriding a non-parent ancestor element's `writingsuggestions` attribute on a disabled textarea element from the empty string to "false". The User Agent is responsible that writing suggestions are not applied to the element.]
    222    expected: FAIL