blob: 1f3e2ee43c667d6f87e9bec7327e3306979d8b06 [file] [log] [blame]
<!DOCTYPE html>
<head>
<title>This tests that the fieldset's border gets properly clipped out when legend text is present</title>
<style>
fieldset {
position: fixed;
top: 4.5px;
left: 0px;
width: 34px;
height: 4px;
}
div {
position: fixed;
top: 0px;
left: 16px;
width: 34px;
height: 20px;
background-color: white;
}
</style>
</head>
<body>
<fieldset></fieldset>
<div></div>
</body>
</html>