| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR
/xhtml1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR
/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 <!-- | 2 <!-- |
| 3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights
reserved. | 3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 -webkit-column-gap: 1em; | 49 -webkit-column-gap: 1em; |
| 50 | 50 |
| 51 column-count: 2; | 51 column-count: 2; |
| 52 column-width: 5em; | 52 column-width: 5em; |
| 53 column-gap: 1em; | 53 column-gap: 1em; |
| 54 } | 54 } |
| 55 div | 55 div |
| 56 { | 56 { |
| 57 background: green; | 57 background: green; |
| 58 color: green; | 58 color: green; |
| 59 font: 20px/1 ahem; | 59 font: 20px/1 Ahem; |
| 60 height: 6em; | 60 height: 6em; |
| 61 position: relative; | 61 position: relative; |
| 62 width: 11em; | 62 width: 11em; |
| 63 } | 63 } |
| 64 span | 64 span |
| 65 { | 65 { |
| 66 color: red; | 66 color: red; |
| 67 } | 67 } |
| 68 #span2 | 68 #span2 |
| 69 { | 69 { |
| 70 color: green; | 70 color: green; |
| 71 position: absolute; | 71 position: absolute; |
| 72 left: 8em; | 72 left: 8em; |
| 73 width: 2em; | 73 width: 2em; |
| 74 } | 74 } |
| 75 </style> | 75 </style> |
| 76 </head> | 76 </head> |
| 77 <body> | 77 <body> |
| 78 <p>Test passes if there is no red visible on the page.</p> | 78 <p>Test passes if there is no red visible on the page.</p> |
| 79 <div> | 79 <div> |
| 80 XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XX<span>XX</sp
an><span id="span2">XX XX</span>X XX<span>XX</span>X XXXXX | 80 XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XX<span>XX</sp
an><span id="span2">XX XX</span>X XX<span>XX</span>X XXXXX |
| 81 </div> | 81 </div> |
| 82 </body> | 82 </body> |
| 83 </html> | 83 </html> |
| OLD | NEW |