tenfourfox/layout/reftests/forms/fieldset/sticky-legend-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
302 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<fieldset style="overflow:hidden; height:300px;">
<legend style="position:sticky; top:0;"><div style="width:200px; height:50px; background:yellow;"></div></legend>
</fieldset>
<div style="height:5000px;"></div>
<script>
window.scrollTo(0,100);
</script>
</body>
</html>