Bug 1536329 [wpt PR 15890] - fix: mark as needing long timeout, a=testonly

Automatic update from web-platform-tests
Mark event dispatch test as needing long timeout

--

wpt-commits: cf535b2356620b5b0e89b7c981c43b30b9c54a9b
wpt-pr: 15890
This commit is contained in:
Marcos Cáceres 2019-04-15 14:34:29 +00:00 коммит произвёл James Graham
Родитель 3fcdce68d6
Коммит a387626fd9
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1,5 +1,6 @@
<!doctype html>
<meta charset="utf8">
<meta name="timeout" content="long">
<title>Events must dispatch on disabled elements</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>