tor-browser

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

FormControlRange-interactive-basic.html.ini (1477B)


      1 [FormControlRange-interactive-basic.html]
      2  [Insertion: at start boundary keeps start; end extends (multi-char) (input).]
      3    expected: FAIL
      4 
      5  [Insertion: inside range extends end by length (input).]
      6    expected: FAIL
      7 
      8  [Insertion: at end boundary leaves offsets unchanged (multi-char) (input).]
      9    expected: FAIL
     10 
     11  [Equal-length replacement: single char inside range (input).]
     12    expected: FAIL
     13 
     14  [Deletion: backspace before range shifts both left (input).]
     15    expected: FAIL
     16 
     17  [Deletion: forward delete inside range contracts end by 1 (input).]
     18    expected: FAIL
     19 
     20  [Deletion: forward delete at end boundary no effect on range (input).]
     21    expected: FAIL
     22 
     23  [Deletion: backspace at control start is no-op (input).]
     24    expected: FAIL
     25 
     26  [Insertion: at start boundary keeps start; end extends (multi-char) (textarea).]
     27    expected: FAIL
     28 
     29  [Insertion: inside range extends end by length (textarea).]
     30    expected: FAIL
     31 
     32  [Insertion: at end boundary leaves offsets unchanged (multi-char) (textarea).]
     33    expected: FAIL
     34 
     35  [Equal-length replacement: single char inside range (textarea).]
     36    expected: FAIL
     37 
     38  [Deletion: backspace before range shifts both left (textarea).]
     39    expected: FAIL
     40 
     41  [Deletion: forward delete inside range contracts end by 1 (textarea).]
     42    expected: FAIL
     43 
     44  [Deletion: forward delete at end boundary no effect on range (textarea).]
     45    expected: FAIL
     46 
     47  [Deletion: backspace at control start is no-op (textarea).]
     48    expected: FAIL