Files
ladybird/Tests/LibWeb/Text/expected/input-selection-start-selection-end.txt
Shannon Booth 9f24176cac HTML: Partially implement HTMLInputElement's selection{Start,End}
Now that the implementation is in FormAssociatedElement, the
implementation in HTMLInputElement is effectively just a passthrough,
with some minor differences to handle small behavioural quirks between
the two (such as the difference in nullability of types).
2024-08-01 11:42:39 +02:00

8 lines
274 B
Plaintext

Well hello friends text selectionStart: 0
text selectionEnd: 0
date selectionStart: null
date selectionEnd: null
text selectionStart: 18
text selectionEnd: 18
date input setting selectionStart error: InvalidStateError: setSelectionStart does not apply to this input type