| OLD | NEW | 
|   1 <html> |   1 <html> | 
|   2 <head> |   2 <head> | 
|   3 <script src="resources/srcset-helper.js"></script> |   3 <script src="resources/srcset-helper.js"></script> | 
|   4 <style> |   4 <style> | 
|   5     #foo { |   5     #foo { | 
|   6         width:90px; |   6         width:90px; | 
|   7         height:90px; |   7         height:90px; | 
|   8         background-image: -webkit-image-set(url('resources/deleteButton.png') 1x
    , url('resources/deleteButton-2x.png') 2x); |   8         background-image: -webkit-image-set(url('resources/deleteButton.png') 1x
    , url('resources/deleteButton-2x.png') 2x); | 
|   9         background-repeat: repeat; |   9         background-repeat: repeat; | 
|  10         background-size: 30 30; |  10         background-size: 30px 30px; | 
|  11     } |  11     } | 
|  12 </style> |  12 </style> | 
|  13 </head> |  13 </head> | 
|  14  |  14  | 
|  15 <body id="body"> |  15 <body id="body"> | 
|  16     <div>This test passes if the div below contains 9 evenly spaced delete butto
    ns, and if the high resolution resource is used when the deviceScaleFactor is 2.
    </div> |  16     <div>This test passes if the div below contains 9 evenly spaced delete butto
    ns, and if the high resolution resource is used when the deviceScaleFactor is 2.
    </div> | 
|  17     <div id=foo></div> |  17     <div id=foo></div> | 
|  18 </body> |  18 </body> | 
|  19 </html> |  19 </html> | 
| OLD | NEW |