Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/insert-legend-in-multicol-fieldset-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<fieldset id="fieldset">
<legend id="legend"></legend>
<div></div>
</fieldset>
<script>
document.body.offsetTop;
fieldset.style.columns = "2";
legend.style.position = "relative";
</script>