| <html> |
| <head> |
| <style> |
| #rect { |
| position: absolute; |
| top: 200px; |
| left: 100px; |
| width: 200px; |
| height: 300px; |
| background-color: #049196; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="rect"></div> |
| <div id="result"> |
| PASS - "backgroundImage" property for "box" element at 2.5s saw something close to: cross-fade(url(blue-100.png), url(green-100.png), 50%)<br> |
| PASS - "backgroundImage" property for "box" and "boxStatic" elements at 2.5s are close enough to each other<br> |
| PASS - "backgroundImage" property for "boxShorthand" and "boxStatic" elements at 2.5s are close enough to each other<br> |
| PASS - "backgroundImage" property for "boxAnim1" element at 2.5s saw something close to: cross-fade(url(resources/blue-100.png), url(resources/green-100.png), 0.5)<br> |
| PASS - "backgroundImage" property for "boxAnim2" element at 2.5s saw something close to: cross-fade(url(resources/green-100.png), url(resources/blue-100.png), 50%)<br> |
| PASS - "backgroundImage" property for "boxAnim3" element at 2.5s saw something close to: cross-fade(url(resources/blue-100.png), url(resources/green-100.png), 50%)<br> |
| </div> |
| </body> |
| </html> |