haikuwebkit/LayoutTests/fast/forms/hidpi-fieldset-on-subpixel-...

28 lines
487 B
HTML

<!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>