Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE html>
<link rel="help" href="http://crbug.com/1197946">
<style>
legend {
position: sticky;
left: -1em;
}
fieldset {
position: sticky;
left: -1em;
overflow-y: auto;
}
</style>
<fieldset>
<legend>Legend</legend>
</fieldset>