Bug 1879620 - Make `inert-iframe-hittest.html` initialize pointer position before...
commit156bd682547d9604f0763794cc5199f76a224675
authorMasayuki Nakano <masayuki@d-toybox.com>
Thu, 15 Feb 2024 23:31:10 +0000 (15 23:31 +0000)
committerMasayuki Nakano <masayuki@d-toybox.com>
Thu, 15 Feb 2024 23:31:10 +0000 (15 23:31 +0000)
treeb6fded759b878672b0f271e8a1eb873a21476169
parenta9ea3eaf0a4ad8d01b5b9b2b72b7f3fa59131223
Bug 1879620 - Make `inert-iframe-hittest.html` initialize pointer position before adding event listeners r=smaug

The test does not initialize the pointer event.  Therefore, if the last test
which moved pointer over the `<iframe>`, only the mouse boundary events may
be flushed and the first pointer move causes only the pointer boundary events
like the intermittent failures.

Differential Revision: https://phabricator.services.mozilla.com/D201799
testing/web-platform/tests/inert/inert-iframe-hittest.html