summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html.ini
blob: 42f4b45f3766195aa6b883114b94a59ccc282b06 (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
[textfieldselection-setSelectionRange.html]
  type: testharness
  [input direction of setSelectionRange(0,1,"none")]
    expected: FAIL

  [input direction of setSelectionRange(0,1,"hoge")]
    expected: FAIL

  [input direction of setSelectionRange(0,1,"BACKWARD")]
    expected: FAIL

  [input direction of setSelectionRange(0,1)]
    expected: FAIL

  [textarea direction of setSelectionRange(0,1,"none")]
    expected: FAIL

  [textarea direction of setSelectionRange(0,1,"hoge")]
    expected: FAIL

  [textarea direction of setSelectionRange(0,1,"BACKWARD")]
    expected: FAIL

  [textarea direction of setSelectionRange(0,1)]
    expected: FAIL

  [input setSelectionRange(1,-1)]
    expected: FAIL

  [input setSelectionRange(-1,1)]
    expected: FAIL