| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <style type="text/css" media="screen"> | 4 <style type="text/css" media="screen"> |
| 5 body { | 5 body { |
| 6 margin: 0; | 6 margin: 0; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #safezone { | 9 #safezone { |
| 10 position: absolute; | 10 position: absolute; |
| 11 top: 100px; | 11 top: 100px; |
| 12 height: 100px; | 12 height: 100px; |
| 13 width: 200px; | 13 width: 200px; |
| 14 left: 100px; | 14 left: 100px; |
| 15 background-color: green; | 15 background-color: green; |
| 16 } | 16 } |
| 17 </style> | 17 </style> |
| 18 </head> | 18 </head> |
| 19 <body> | 19 <body> |
| 20 <div id="safezone"></div> | 20 <div id="safezone"></div> |
| 21 <div id="result"> | 21 <div id="result"> |
| 22 Warning this test is running in real-time and may be flaky.<br> |
| 22 PASS - "webkitTransform" property for "box" element at 0.5s saw something close
to: 1,0,0,1,75,0<br> | 23 PASS - "webkitTransform" property for "box" element at 0.5s saw something close
to: 1,0,0,1,75,0<br> |
| 23 PASS - "webkitTransform" property for "box" element at 1s saw something close to
: 1,0,0,1,150,0<br> | 24 PASS - "webkitTransform" property for "box" element at 1s saw something close to
: 1,0,0,1,150,0<br> |
| 24 PASS - "webkitTransform" property for "box" element at 2.5s saw something close
to: 1,0,0,1,150,0 | 25 PASS - "webkitTransform" property for "box" element at 2.5s saw something close
to: 1,0,0,1,150,0 |
| 25 </div> | 26 </div> |
| 26 </div> | 27 </div> |
| 27 </body> | 28 </body> |
| 28 </html> | 29 </html> |
| OLD | NEW |