<!DOCTYPE html> | |
<html> | |
<head> | |
<title>This tests whether -webkit-box-shadow on subpixel position is rendered correctly.</title> | |
<style> | |
div { | |
display: inline-block; | |
width: 340px; | |
height: 40px; | |
} | |
</style> | |
</head> | |
<body> | |
spacingspacing<div style="-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 1.0);">inset webkit-box-shadow</div></br> | |
spacingspacing<div style="-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 1.0);">normal webkit-box-shadow</div> | |
</body> | |
</html> |