Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / pdf-as-tiled-background.html
blob7b687fdef73d2ca5ce395c5d85e87067246431e2
1 <html>
2 <body style='margin: 0px'>
3 <div style='background: red; background-repeat: repeat; -webkit-background-size: 50%; background-image: url(resources/green_rectangle.pdf); height: 100px; width: 100px'>
4 &nbsp;
5 </div>
6 </body>
7 </html>