haikuwebkit/LayoutTests/fast/borders/hidpi-outline-hairline-pain...

36 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>This tests hairline outline painting.</title>
<style>
div {
position: absolute;
height: 5px;
width: 5px;
border: 0.5px solid green;
}
</style>
</head>
<body>
<div style="border-style: solid; top: 9.5px; left: 9.5px;"></div>
<div style="border-style: solid; top: 9.5px; left: 24.5px;"></div>
<div style="border-style: solid; top: 9.5px; left: 39.5px;"></div>
<div style="border-style: solid; top: 9.5px; left: 54.5px;"></div>
<div style="border-style: solid; width: 6px; height: 6px; top: 9px; left: 69px;"></div>
<div style="border-style: solid; width: 6px; height: 6px; top: 9px; left: 84px;"></div>
<div style="border-style: solid; width: 6px; height: 6px; top: 9px; left: 99px;"></div>
<div style="border-style: solid; width: 6px; height: 6px; top: 9px; left: 114px;"></div>
<div style="border-style: solid; width: 6px; height: 6px; top: 9px; left: 129px;"></div>
<div style="border-style: solid; border-width: 1px; width: 7px; height: 7px; top: 8px; left: 143px;"></div>
<div style="border-style: solid; border-width: 1px; width: 7px; height: 7px; top: 8px; left: 158px;"></div>
<div style="border-style: double; top: 24px; left: 9px; width: 6px; height: 6px;"></div>
<div style="border-style: double; top: 24px; left: 24px; width: 6px; height: 6px;"></div>
<div style="border-style: double; border-width: 1px; top: 23px; left: 38px; width: 7px; height: 7px;"></div>
<div style="border-style: double; border-width: 1px; top: 23px; left: 53px; width: 7px; height: 7px;"></div>
<div style="border-style: double; border-width: 1px; top: 23px; left: 68px; width: 7px; height: 7px;"></div>
<div style="border-style: double; border-width: 1px; top: 23px; left: 83px; width: 7px; height: 7px;"></div>
<div style="border-style: double; border-width: 1px; top: 23px; left: 98px; width: 7px; height: 7px;"></div>
</body>
</html>