Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / hidpi / image-set-background-repeat-expected.html
blob541e5f549554505f1308a78fd128b35601dd6ee7
1 <html>
2 <head>
3 <script src="resources/srcset-helper.js"></script>
4 <style>
5 #foo {
6 width:90px;
7 height:90px;
8 background-image: url('resources/deleteButton-2x.png');
9 background-repeat: repeat;
10 background-size: 30px 30px;
12 </style>
13 </head>
15 <body id="body">
16 <div>This test passes if the div below contains 9 evenly spaced delete buttons, and if the high resolution resource is used when the deviceScaleFactor is 2.</div>
17 <div id=foo></div>
18 </body>
19 </html>