summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/sticky-legend-1-ref.html
blob: 6557d812580275d2a49b4be8f581d868cf3c942e (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:fixed; 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>