tenfourfox/layout/reftests/bugs/403733-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
240 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('legend').style.display = '';">
<form action="">
<fieldset>
<legend id="legend" style="display: none;">TEST</legend>
</fieldset>
</form>
</body>
</html>