gecko-dev/gfx/webrender/tests/bug_137.html
Kartikaya Gupta 3e868500aa Bug 1437572 - Update webrender to 4af31b8aa79d5a1f3c0242dea6be4876c71075c5. r=jrmuizel
MozReview-Commit-ID: FdccoNdrEjZ

--HG--
extra : rebase_source : c838d90bb46407194fede80e755901d98d9e9a67
2018-02-16 11:02:20 -05:00

26 lines
416 B
HTML

<style>
body {
margin: 0;
background: red;
width: 100%;
height: 100%;
}
div {
background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=");
background-repeat: no-repeat;
background-size: 200px 200px;
position: absolute;
height: 30px;
width: 30px;
border: 2px solid black;
bottom: 0;
right: 0;
}
</style>
<div></div>