| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <html lang="en"> | 3 <html lang="en"> |
| 4 <head> | 4 <head> |
| 5 <title>Test simple animation with fill modes and non integer iteration count</
title> | 5 <title>Test simple animation with fill modes and non integer iteration count</
title> |
| 6 <style type="text/css" media="screen"> | 6 <style type="text/css" media="screen"> |
| 7 .box { | 7 .box { |
| 8 position: relative; | 8 position: relative; |
| 9 left: 100px; | 9 left: 100px; |
| 10 height: 100px; | 10 height: 100px; |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 <div id="both_iterating" class="box"> | 131 <div id="both_iterating" class="box"> |
| 132 Both iterating | 132 Both iterating |
| 133 </div> | 133 </div> |
| 134 <div id="both_iterating_reverse" class="box"> | 134 <div id="both_iterating_reverse" class="box"> |
| 135 Both iterating reverse | 135 Both iterating reverse |
| 136 </div> | 136 </div> |
| 137 <div id="result"> | 137 <div id="result"> |
| 138 </div> | 138 </div> |
| 139 </body> | 139 </body> |
| 140 </html> | 140 </html> |
| OLD | NEW |