Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-label-element/move-form-associated-element-into-label-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<form>
<select id="select">
<label id="label">
<script>
label.outerHTML = select.outerHTML;
</script>