Bug 1623688 [wpt PR 22337] - Fix failing touch-event tests., a=testonly

Automatic update from web-platform-tests
Fix failing touch-event tests.

The idl tests were failing because the definition order was wrong.

Change-Id: Iac210d6c0b211c49a78749c8dfd2a94be76c9a45
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110078
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751779}

--

wpt-commits: d154c9ec965214293d679640834e70ec2fd915dc
wpt-pr: 22337
This commit is contained in:
Dave Tapuska 2020-03-20 10:09:15 +00:00 коммит произвёл moz-wptsync-bot
Родитель bd6e6b5ee1
Коммит 4c20f4b8a7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7,7 +7,7 @@
idl_test(
['touch-events'],
['uievents', 'dom', 'html'],
['uievents', 'html', 'dom'],
idl_array => {
idl_array.add_objects({
Document: ['document'],