blob: 6520c4980083ca967cfe8647e30ab3f3c525c663 [file] [log] [blame]
<!DOCTYPE html>
<html>
<title>Test if subpixel inset shadows paint properly.</title>
<style>
div {
width: 100px;
height: 100px;
background-color: yellow;
}
</style>
</body>
<div style="box-shadow: 1px 2px inset"></div>
<div style="box-shadow: 1px 2px inset"></div>
<div style="box-shadow: 1px 2px inset"></div>
<div style="box-shadow: 1.5px 1.5px inset"></div>
<div style="box-shadow: 1.5px 1.5px inset"></div>
<div style="box-shadow: 1.5px 1.5px inset"></div>
</body>
</html>