mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 01:27:31 +00:00
DOM structure may change during reset algorithm invocation, which may lead to form controls being unregistered.
5 lines
91 B
HTML
5 lines
91 B
HTML
<form id="theForm"><output><input></output></form>
|
|
<script>
|
|
theForm.reset();
|
|
</script>
|