mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-12 22:22:55 +00:00
DOM structure may change during reset algorithm invocation, which may lead to form controls being unregistered.
4 lines
91 B
HTML
4 lines
91 B
HTML
<form id="theForm"><output><input></output></form>
|
|
<script>
|
|
theForm.reset();
|
|
</script>
|