tor-browser

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

FormControlRange-programmatic-updates.html.ini (2100B)


      1 [FormControlRange-programmatic-updates.html]
      2  [Full replace collapses to start (shorter & longer) (input)]
      3    expected: FAIL
      4 
      5  [Full replace from whole-old range collapses to 0 (input)]
      6    expected: FAIL
      7 
      8  [Full replace (equal length) collapses to 0 (input)]
      9    expected: FAIL
     10 
     11  [Partial replacement adjusts end (input)]
     12    expected: FAIL
     13 
     14  [No-op leaves range unchanged (input)]
     15    expected: FAIL
     16 
     17  [Insertion before range shifts both endpoints (input)]
     18    expected: FAIL
     19 
     20  [Interior deletion shrinks end (input)]
     21    expected: FAIL
     22 
     23  [Before-range shrink shifts left (input)]
     24    expected: FAIL
     25 
     26  [After-range grow leaves range unchanged (input)]
     27    expected: FAIL
     28 
     29  [Superset replacement collapses to change start (input)]
     30    expected: FAIL
     31 
     32  [Insert at range.start extends end (input)]
     33    expected: FAIL
     34 
     35  [Insert at range.end leaves range unchanged (input)]
     36    expected: FAIL
     37 
     38  [Surrogate pair expansion grows end (input)]
     39    expected: FAIL
     40 
     41  [Chained interior edits cumulatively adjust range (input)]
     42    expected: FAIL
     43 
     44  [Full replace collapses to start (shorter & longer) (textarea)]
     45    expected: FAIL
     46 
     47  [Full replace from whole-old range collapses to 0 (textarea)]
     48    expected: FAIL
     49 
     50  [Full replace (equal length) collapses to 0 (textarea)]
     51    expected: FAIL
     52 
     53  [Partial replacement adjusts end (textarea)]
     54    expected: FAIL
     55 
     56  [No-op leaves range unchanged (textarea)]
     57    expected: FAIL
     58 
     59  [Insertion before range shifts both endpoints (textarea)]
     60    expected: FAIL
     61 
     62  [Interior deletion shrinks end (textarea)]
     63    expected: FAIL
     64 
     65  [Before-range shrink shifts left (textarea)]
     66    expected: FAIL
     67 
     68  [After-range grow leaves range unchanged (textarea)]
     69    expected: FAIL
     70 
     71  [Superset replacement collapses to change start (textarea)]
     72    expected: FAIL
     73 
     74  [Insert at range.start extends end (textarea)]
     75    expected: FAIL
     76 
     77  [Insert at range.end leaves range unchanged (textarea)]
     78    expected: FAIL
     79 
     80  [Surrogate pair expansion grows end (textarea)]
     81    expected: FAIL
     82 
     83  [Chained interior edits cumulatively adjust range (textarea)]
     84    expected: FAIL