| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <style> | 3 <style> |
| 4 div { | 4 div { |
| 5 transform: scale(2.7937); | 5 transform: scale(2.7937); |
| 6 background-image: url('./resources/pixel-crack-image-background-webkit-t
ransform-scale.png'); | 6 background-image: url('./resources/pixel-crack-image-background-webkit-t
ransform-scale.png'); |
| 7 background-position: 16px 16px; | 7 background-position: 16px 16px; |
| 8 height: 16px; | 8 height: 16px; |
| 9 width: 16px; | 9 width: 16px; |
| 10 position:absolute; | 10 position:absolute; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 } | 24 } |
| 25 } | 25 } |
| 26 </script> | 26 </script> |
| 27 </head> | 27 </head> |
| 28 <body onload="runTest()"> | 28 <body onload="runTest()"> |
| 29 <p> | 29 <p> |
| 30 Test pixel cracks when background sprite is transformed with scale. Need to run
pixel test to verify if it is successful. | 30 Test pixel cracks when background sprite is transformed with scale. Need to run
pixel test to verify if it is successful. |
| 31 </p> | 31 </p> |
| 32 </body> | 32 </body> |
| 33 </html> | 33 </html> |
| OLD | NEW |