mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
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:
parent
c8f7db6fbc
commit
c73515865d
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user