| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> |
| 2 <!-- | 2 <!-- |
| 3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All right
s reserved. | 3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All right
s reserved. |
| 4 | 4 |
| 5 Redistribution and use in source and binary forms, with or without modification
, | 5 Redistribution and use in source and binary forms, with or without modification
, |
| 6 are permitted provided that the following conditions are met: | 6 are permitted provided that the following conditions are met: |
| 7 | 7 |
| 8 Redistributions of source code must retain the above copyright notice, this lis
t of | 8 Redistributions of source code must retain the above copyright notice, this lis
t of |
| 9 conditions and the following disclaimer. | 9 conditions and the following disclaimer. |
| 10 | 10 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 width: 150px; | 56 width: 150px; |
| 57 height: 400px; | 57 height: 400px; |
| 58 border: thick solid black; | 58 border: thick solid black; |
| 59 background-image: url("../support/cat.png"); | 59 background-image: url("../support/cat.png"); |
| 60 background-repeat: no-repeat round; | 60 background-repeat: no-repeat round; |
| 61 background-size: auto 99px; | 61 background-size: auto 99px; |
| 62 } | 62 } |
| 63 </style> | 63 </style> |
| 64 </head> | 64 </head> |
| 65 <body> | 65 <body> |
| 66 <p>Test passes if there are five unclipped cats in each of the two boxes, an
d if all the cats on the page are the same size.</p> | 66 <p>Test passes if there are four unclipped cats in each of the two boxes, an
d if all the cats on the page are the same size.</p> |
| 67 <div class="reference"></div> | 67 <div class="reference"></div> |
| 68 <div class="test1"></div> | 68 <div class="test1"></div> |
| 69 <div class="test2"></div> | 69 <div class="test2"></div> |
| 70 </body> | 70 </body> |
| 71 </html> | 71 </html> |
| OLD | NEW |