tenfourfox/layout/reftests/backgrounds/multi-background-clip-content-border.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
321 B
HTML

<!DOCTYPE HTML>
<title>multi-background-clip-content-border</title>
<style>
div { background-image: url(aqua-32x32.png),
url(green-16x20.png);
border: 20px solid transparent;
background-clip: content-box, border-box;
width: 100px; height: 100px; }
</style>
<div></div>