Emilio Cobos Álvarez 98aecb3ad4 Bug 1882802 - Add viewport meta tag to event-propagate-disabled.tentative.html. r=saschanaz
I haven't been able to debug why my change exactly causes this, because
both before and after my patch the test is blank on the emulator's
runner, and you can't just run the test on GVE...

My best guess is that a subtle layout change (the select is now 0.5px
taller) causes the radio button to end up in a subpixel position, and
the origin of 0, 0 just happens to get rounded down... Or an interaction
with our pointer event retargetting (the fat finger stuff), which is
only enabled on Android.

In any case I'm pretty sure my change is not the root cause of this
intermittent, this fixes it and is a reasonable thing to do.

Differential Revision: https://phabricator.services.mozilla.com/D203150
2024-02-29 18:38:26 +00:00
..

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff