1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-30 23:42:11 +00:00
serenity/Tests/LibWeb/Text/input/HTML
Timothy Flynn 94c67c364d LibWeb: Implement HTMLInputElement's selected coordinates
When an <input type=image> button is clicked, we now send the (x,y)
coordinates of the click event (relative to the image) along with the
form submission data.

Regarding the text test, we can currently only test this feature with
dialogs. The headless-browser test infrastructure cannot yet handle the
resulting navigation that would occur if we were to test with normal
form submission.
2024-02-19 11:07:30 +01:00
..
button-attributes.html
form-image-submission.html LibWeb: Implement HTMLInputElement's selected coordinates 2024-02-19 11:07:30 +01:00
form-implicit-submission.html
Form-indexed-property-access.html
Form-named-property-access.html
FormData-append-with-emoji-in-name.html
get-innerHTML.html
HTMLElement-offsetFoo-in-table-cell.html
HTMLInputElement-valueAsNumber.html
iframe-reload-on-src-or-srcdoc-change.html
img-src-in-innerHTML-crash.html LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
Navigation-object-properties.html
navigator-beacon.html
select-setValue-after-construction.html
set-innerHTML-details.html
set-innerHTML-input.html
set-innerHTML-textarea.html
set-innerHTML-with-script.html
StructuredClone-array-buffer-views.html
StructuredClone-object-primitives.html
StructuredClone-primitives.html
Window-named-properties-elements.html
Window-named-properties-iframe.html
Window-postMessage.html
Window-prototype.html
Window-set-properties.html