chromium/third_party/blink/web_tests/external/wpt/touch-events/idlharness.window-expected.txt

This is a testharness.js-based test.
Found 13 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] Touch interface: attribute altitudeAngle
  assert_true: The prototype object must have a property "altitudeAngle" expected true got false
[FAIL] Touch interface: attribute azimuthAngle
  assert_true: The prototype object must have a property "azimuthAngle" expected true got false
[FAIL] Touch interface: attribute touchType
  assert_true: The prototype object must have a property "touchType" expected true got false
[FAIL] Touch interface: new Touch({identifier: 1, target: document}) must inherit property "altitudeAngle" with the proper type
  assert_inherits: property "altitudeAngle" not found in prototype chain
[FAIL] Touch interface: new Touch({identifier: 1, target: document}) must inherit property "azimuthAngle" with the proper type
  assert_inherits: property "azimuthAngle" not found in prototype chain
[FAIL] Touch interface: new Touch({identifier: 1, target: document}) must inherit property "touchType" with the proper type
  assert_inherits: property "touchType" not found in prototype chain
[FAIL] TouchEvent interface: operation getModifierState(DOMString)
  assert_own_property: interface prototype object missing non-static operation expected property "getModifierState" missing
[FAIL] TouchEvent interface: new TouchEvent("name") must inherit property "getModifierState(DOMString)" with the proper type
  assert_inherits: property "getModifierState" not found in prototype chain
[FAIL] TouchEvent interface: calling getModifierState(DOMString) on new TouchEvent("name") with too few arguments must throw TypeError
  assert_inherits: property "getModifierState" not found in prototype chain
[FAIL] GlobalEventHandlers interface: window must inherit property "ontouchstart" with the proper type
  assert_inherits: property "ontouchstart" found on object expected in prototype chain
[FAIL] GlobalEventHandlers interface: window must inherit property "ontouchend" with the proper type
  assert_inherits: property "ontouchend" found on object expected in prototype chain
[FAIL] GlobalEventHandlers interface: window must inherit property "ontouchmove" with the proper type
  assert_inherits: property "ontouchmove" found on object expected in prototype chain
[FAIL] GlobalEventHandlers interface: window must inherit property "ontouchcancel" with the proper type
  assert_inherits: property "ontouchcancel" found on object expected in prototype chain
Harness: the test ran to completion.