Commit 2d35fba5 authored by Sebastian Hengst's avatar Sebastian Hengst
Browse files

Bug 1825475 - add back expected failures for...

Bug 1825475 - add back expected failures for trusted-types/trusted-types-event-handlers.tentative.html on Android DONTBUILD

Rules had been removed by the expectation update in bug 1823471.

Differential Revision: https://phabricator.services.mozilla.com/D174072
parent 35becb74
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -263,6 +263,22 @@
  [Event handler div.onanimationstart should be blocked.]
    expected: FAIL

  [Event handler div.ontouchstart should be blocked.]
    expected:
      if (os == "android"): FAIL

  [Event handler div.ontouchend should be blocked.]
    expected:
      if (os == "android"): FAIL

  [Event handler div.ontouchmove should be blocked.]
    expected:
      if (os == "android"): FAIL

  [Event handler div.ontouchcancel should be blocked.]
    expected:
      if (os == "android"): FAIL

  [Event handler div.ontransitioncancel should be blocked.]
    expected: FAIL