blob: fd94bfc9128753486db9c0be7e8c084d793049d2 [file] [log] [blame]
<head>
<style>
div {
border: 10px double #000000;
padding: 10px;
background: url('resources/flower.jpg');
-webkit-background-size: 100px auto;
background-position: center;
-webkit-background-origin: content-box;
}
</style>
</head>
<body>
<div style="width:500px; height:500px;"></div>
</body>