Skip to content
Snippets Groups Projects
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
No related merge requests found
...@@ -263,6 +263,22 @@ ...@@ -263,6 +263,22 @@
[Event handler div.onanimationstart should be blocked.] [Event handler div.onanimationstart should be blocked.]
expected: FAIL 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.] [Event handler div.ontransitioncancel should be blocked.]
expected: FAIL expected: FAIL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment