summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/935765-1.html
blob: c30f492fb140c7b7b6c426a76a657baba4019f9e (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body onload="document.getElementById('a').remove();">
<fieldset style="overflow: scroll;"><legend><textarea id="a" style="position: sticky;"></textarea></legend></fieldset>
</body>
</html>