Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / bgCompositeCopy.html
blob5a9898992f10229bf6270e799b43105936facab2
1 <head>
2 <style>
3 div {
4 background-image:url(resources/rgba16.png);
5 -webkit-background-composite:copy;
7 </style>
8 </head>
10 <body>
12 <div style="width:85px; height:62px"></div>
14 </body>