OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>There should be four bars, equivalent except for the length of the bar.</
title> | 3 <title>There should be four bars, equivalent except for the length of the bar.</
title> |
4 <style> | 4 <style> |
5 | 5 |
6 div | 6 div |
7 { | 7 { |
8 width: 200px; | 8 width: 200px; |
9 height: 50px; | 9 height: 50px; |
10 } | 10 } |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 </style> | 42 </style> |
43 </head> | 43 </head> |
44 <body> | 44 <body> |
45 <div id="compositeTiledNormal"></div><br/> | 45 <div id="compositeTiledNormal"></div><br/> |
46 <div id="compositeTiledCrossfade"></div> | 46 <div id="compositeTiledCrossfade"></div> |
47 <br/><br/> | 47 <br/><br/> |
48 <div id="normal"></div><br/> | 48 <div id="normal"></div><br/> |
49 <div id="crossfade"></div> | 49 <div id="crossfade"></div> |
50 </body> | 50 </body> |
51 </html> | 51 </html> |
OLD | NEW |