This makes the `form-image-submission.html` test pass more reliably.
@@ -1,7 +1,6 @@
[Skipped]
Text/input/Crypto/SubtleCrypto-exportKey.html
Text/input/Crypto/SubtleCrypto-generateKey.html
-Text/input/HTML/form-image-submission.html
Text/input/WebAnimations/misc/DocumentTimeline.html
Text/input/Worker/Worker-echo.html
Text/input/window-scrollTo.html
@@ -28,7 +28,7 @@
done();
});
- image.addEventListener("load", () => {
+ window.addEventListener("load", () => {
const imageRect = image.getBoundingClientRect();
internals.click(imageRect.x + 10, imageRect.y + 20);