Bug 1707011 [wpt PR 28645] - Remove ClickPointerEventIntegerCoordinates flag, a=testonly

Automatic update from web-platform-tests
Remove ClickPointerEventIntegerCoordinates flag

We've decided to keep click, auxclick and contextmenu coordinates as
integers going forward. Remove the flag.

Bug: 1150438
Change-Id: I36814e3a3be9ab928547e5b2bca4dcfd134ce781
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2842807
Reviewed-by: Robert Flack <flackr@chromium.org>
Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
Commit-Queue: Liviu Tinta <liviutinta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#875276}

--

wpt-commits: b88a8d6e17922687b689950c52cab0fb7842abb6
wpt-pr: 28645
This commit is contained in:
Liviu Tinta 2021-04-24 09:18:00 +00:00 коммит произвёл moz-wptsync-bot
Родитель c8f7db6fbc
Коммит c73515865d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -69,7 +69,7 @@ promise_test(async () => {
assert_false(dialog.open, "dialog should be closed now");
assert_not_equals(dialog.returnValue, "", "returnValue shouldn't be empty string");
assert_equals(dialog.returnValue, expectedReturnValue, "returnValue should be the offsets of the click");
}, "input image button should return the coordianates");
}, "input image button should return the coordinates");
promise_test(async () => {
const dialog = document.querySelector('dialog');