| OLD | NEW |
| 1 <html lang="en"> | 1 <html lang="en"> |
| 2 <head> | 2 <head> |
| 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 4 <title>Test of -webkit-animation-play-state</title> | 4 <title>Test of -webkit-animation-play-state</title> |
| 5 <style type="text/css" media="screen"> | 5 <style type="text/css" media="screen"> |
| 6 body { | 6 body { |
| 7 margin: 0; | 7 margin: 0; |
| 8 } | 8 } |
| 9 | 9 |
| 10 #box { | 10 #box { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 background-color: green; | 26 background-color: green; |
| 27 } | 27 } |
| 28 </style> | 28 </style> |
| 29 </script> | 29 </script> |
| 30 </head> | 30 </head> |
| 31 <body> | 31 <body> |
| 32 <!-- This tests the operation of -webkit-animation-play-state. After 1 second th
e red boxes should be hidden by the green boxes. You should see no red boxes. --
> | 32 <!-- This tests the operation of -webkit-animation-play-state. After 1 second th
e red boxes should be hidden by the green boxes. You should see no red boxes. --
> |
| 33 <div id="box"></div> | 33 <div id="box"></div> |
| 34 <div id="safezone"></div> | 34 <div id="safezone"></div> |
| 35 <div id="result"> | 35 <div id="result"> |
| 36 Warning this test is running in real-time and may be flaky.<br> |
| 36 PASS - "webkitTransform" property for "box" element at 0.5s saw something close
to: 1,0,0,1,50,0<br> | 37 PASS - "webkitTransform" property for "box" element at 0.5s saw something close
to: 1,0,0,1,50,0<br> |
| 37 PASS - "webkitTransform" property for "box" element at 1s saw something close to
: 1,0,0,1,100,0<br> | 38 PASS - "webkitTransform" property for "box" element at 1s saw something close to
: 1,0,0,1,100,0<br> |
| 38 PASS - "webkitTransform" property for "box" element at 2.5s saw something close
to: 1,0,0,1,50,0 | 39 PASS - "webkitTransform" property for "box" element at 2.5s saw something close
to: 1,0,0,1,50,0 |
| 39 </div> | 40 </div> |
| 40 </div> | 41 </div> |
| 41 </body> | 42 </body> |
| 42 </html> | 43 </html> |
| OLD | NEW |