blob: df685474181655c19aaaceb9a4d1581364b0d0a3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that line-through is positioned properly.</title>
<style>
div {
border-top: 3px solid green;
position: absolute;
left: 20px;
top: 34px;
width: 120px;
height: 1px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>