summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/forms/textfieldselection/textfieldselection-setRangeText.html.ini
blob: 4b22ba63bf1278ed65e2344c8c14e11e9ff72b0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[textfieldselection-setRangeText.html]
  type: testharness
  expected: TIMEOUT
  [text setRangeText fires a select event]
    expected: FAIL

  [search setRangeText fires a select event]
    expected: FAIL

  [tel setRangeText fires a select event]
    expected: FAIL

  [url setRangeText fires a select event]
    expected: FAIL

  [password setRangeText fires a select event]
    expected: FAIL

  [display_none setRangeText fires a select event]
    expected: TIMEOUT

  [display_none setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
    expected: FAIL

  [display_none selectionMode 'select']
    expected: FAIL

  [display_none selectionMode 'start']
    expected: FAIL

  [display_none selectionMode 'end']
    expected: FAIL

  [display_none selectionMode 'preserve']
    expected: FAIL

  [textarea setRangeText fires a select event]
    expected: FAIL

  [input_not_in_doc setRangeText fires a select event]
    expected: TIMEOUT

  [input_not_in_doc setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
    expected: FAIL

  [input_not_in_doc selectionMode 'select']
    expected: FAIL

  [input_not_in_doc selectionMode 'start']
    expected: FAIL

  [input_not_in_doc selectionMode 'end']
    expected: FAIL

  [input_not_in_doc selectionMode 'preserve']
    expected: FAIL