Mypal/layout/reftests/bugs/521525-1.html
2019-03-11 13:26:37 +03:00

8 lines
180 B
HTML

<html>
<head>
</head>
<body onload="document.getElementById('f').style.removeProperty('height');">
<form><fieldset id="f" style="height: 200px;"></fieldset></form>
</body>
</html>