tor-browser

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

field-sizing-input-text.html.ini (2813B)


      1 [field-sizing-input-text.html]
      2  [text: Empty value]
      3    expected: FAIL
      4 
      5  [text: Empty value with a size atttribute]
      6    expected: FAIL
      7 
      8  [text: Auto width and auto height with a long text]
      9    expected: FAIL
     10 
     11  [text: Explicit height and auto width]
     12    expected: FAIL
     13 
     14  [text: Text caret is taller than the placeholder]
     15    expected: FAIL
     16 
     17  [text: Text caret is shorter than the placeholder]
     18    expected: FAIL
     19 
     20  [text: Update field-sizing property dynamically]
     21    expected: FAIL
     22 
     23  [search: Empty value]
     24    expected: FAIL
     25 
     26  [search: Empty value with a size atttribute]
     27    expected: FAIL
     28 
     29  [search: Auto width and auto height with a long text]
     30    expected: FAIL
     31 
     32  [search: Explicit height and auto width]
     33    expected: FAIL
     34 
     35  [search: Text caret is taller than the placeholder]
     36    expected: FAIL
     37 
     38  [search: Text caret is shorter than the placeholder]
     39    expected: FAIL
     40 
     41  [search: Update field-sizing property dynamically]
     42    expected: FAIL
     43 
     44  [tel: Empty value]
     45    expected: FAIL
     46 
     47  [tel: Empty value with a size atttribute]
     48    expected: FAIL
     49 
     50  [tel: Auto width and auto height with a long text]
     51    expected: FAIL
     52 
     53  [tel: Explicit height and auto width]
     54    expected: FAIL
     55 
     56  [tel: Text caret is taller than the placeholder]
     57    expected: FAIL
     58 
     59  [tel: Text caret is shorter than the placeholder]
     60    expected: FAIL
     61 
     62  [tel: Update field-sizing property dynamically]
     63    expected: FAIL
     64 
     65  [url: Empty value]
     66    expected: FAIL
     67 
     68  [url: Empty value with a size atttribute]
     69    expected: FAIL
     70 
     71  [url: Auto width and auto height with a long text]
     72    expected: FAIL
     73 
     74  [url: Explicit height and auto width]
     75    expected: FAIL
     76 
     77  [url: Text caret is taller than the placeholder]
     78    expected: FAIL
     79 
     80  [url: Text caret is shorter than the placeholder]
     81    expected: FAIL
     82 
     83  [url: Update field-sizing property dynamically]
     84    expected: FAIL
     85 
     86  [email: Empty value]
     87    expected: FAIL
     88 
     89  [email: Empty value with a size atttribute]
     90    expected: FAIL
     91 
     92  [email: Auto width and auto height with a long text]
     93    expected: FAIL
     94 
     95  [email: Explicit height and auto width]
     96    expected: FAIL
     97 
     98  [email: Text caret is taller than the placeholder]
     99    expected: FAIL
    100 
    101  [email: Text caret is shorter than the placeholder]
    102    expected: FAIL
    103 
    104  [email: Update field-sizing property dynamically]
    105    expected: FAIL
    106 
    107  [password: Empty value]
    108    expected: FAIL
    109 
    110  [password: Empty value with a size atttribute]
    111    expected: FAIL
    112 
    113  [password: Auto width and auto height with a long text]
    114    expected: FAIL
    115 
    116  [password: Explicit height and auto width]
    117    expected: FAIL
    118 
    119  [password: Text caret is taller than the placeholder]
    120    expected: FAIL
    121 
    122  [password: Text caret is shorter than the placeholder]
    123    expected: FAIL
    124 
    125  [password: Update field-sizing property dynamically]
    126    expected: FAIL