summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/forms/input-change-event-properties.html.ini
blob: d01e81942efbceb1dca336a9cae59972b57bbcea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[input-change-event-properties.html]
  expected:
    if os == "android": [OK, ERROR]
  [<select> pressing down arrow]
    expected:
      if (os == "android") and debug and swgl: [PASS, FAIL]
      if (os == "android") and debug and not swgl: [PASS, FAIL]
      if (os == "android") and not debug: [PASS, FAIL]
      if os == "mac": FAIL

  [<textarea></textarea> typing]
    expected:
      if (os == "android") and debug and not swgl: [PASS, FAIL]
      if (os == "android") and debug and swgl: [PASS, FAIL]
      if (os == "android") and not debug: [PASS, FAIL]