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