summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/sticky-legend-1.html
blob: 719c18eb8b789e476c72a8c3b0072c0fead5845d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<body>
<fieldset style="overflow:hidden; height:300px; border-style: solid;">
  <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>