tenfourfox/layout/reftests/css-blending/background-blending-background-clip-content-box-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
304 B
HTML

<!-- Blend a background image and a background color specifying background-clip: content-box -->
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
background: #777777;
background-clip: content-box;
width: 200px;
height: 200px;
margin: 10px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>