Bug 1821385 - Update wpt test @ /trusted-types/trusted-types-event-handlers.tentative.html r=aryx

Differential Revision: https://phabricator.services.mozilla.com/D172220
This commit is contained in:
Sandor Molnar 2023-03-10 13:52:15 +00:00
Родитель 7734b14655
Коммит 5f7ad06a2c
1 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,20 @@
[trusted-types-event-handlers.tentative.html]
[Event handler div.ontouchcancel should be blocked.]
expected:
if (os == "android"): FAIL
[Event handler div.ontouchmove should be blocked.]
expected:
if (os == "android"): FAIL
[Event handler div.ontouchend should be blocked.]
expected:
if (os == "android"): FAIL
[Event handler div.ontouchstart should be blocked.]
expected:
if (os == "android"): FAIL
[Event handler onclick should be blocked.]
expected: FAIL