summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/forms/textfieldselection/select-event.html.ini
blob: 1e6420cacd29dd01c8d1878c30f2433995eebf16 (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
58
59
60
61
62
63
64
65
66
67
[select-event.html]
  [input type url: setSelectionRange out of range a second time (must not fire select)]
    expected:
      if not fission and (os == "linux") and debug and not swgl: [PASS, FAIL]

  [textarea: select() disconnected node]
    expected:
      if (os == "linux") and not fission and not debug: [PASS, FAIL]
      if (os == "mac") and not debug: [PASS, FAIL]

  [textarea: selectionStart a second time (must not fire select)]
    expected:
      if swgl and (os == "linux") and fission: [PASS, FAIL]

  [textarea: selectionStart disconnected node]
    expected:
      if (os == "linux") and swgl and fission: [PASS, FAIL]
      if (os == "mac") and not debug: [PASS, FAIL]

  [textarea: selectionEnd disconnected node]
    expected:
      if swgl and (os == "linux") and fission: [PASS, FAIL]

  [textarea: selectionEnd twice in disconnected node (must fire select only once)]
    expected:
      if (os == "linux") and swgl and fission: [PASS, FAIL]
      if (os == "mac") and not debug: [PASS, FAIL]

  [textarea: selectionDirection disconnected node]
    expected:
      if (os == "mac") and not debug: [PASS, FAIL]

  [textarea: selectionStart out of range event queue]
    expected:
      if (os == "mac") and not debug: [PASS, FAIL]

  [textarea: selectionStart twice in disconnected node (must fire select only once)]
    expected:
      if (os == "mac") and debug: [PASS, FAIL]

  [textarea: selectionDirection twice in disconnected node (must fire select only once)]
    expected:
      if (os == "mac") and not debug: [PASS, FAIL]

  [textarea: selectionDirection event queue]
    expected:
      if os == "mac": [PASS, FAIL]

  [textarea: setSelectionRange() disconnected node]
    expected:
      if (os == "mac") and debug: [PASS, FAIL]

  [textarea: setRangeText() disconnected node]
    expected:
      if (os == "mac") and not debug: [PASS, FAIL]

  [textarea: select() twice in disconnected node (must fire select only once)]
    expected:
      if (os == "mac") and not debug: [PASS, FAIL]

  [textarea: setSelectionRange out of range a second time (must not fire select)]
    expected:
      if (os == "mac") and not debug: [PASS, FAIL]

  [textarea: select() event queue]
    expected:
      if (os == "mac") and not debug: [PASS, FAIL]