| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 -webkit-column-gap: 1em; | 58 -webkit-column-gap: 1em; |
| 59 | 59 |
| 60 column-count: 2; | 60 column-count: 2; |
| 61 column-width: 5em; | 61 column-width: 5em; |
| 62 column-gap: 1em; | 62 column-gap: 1em; |
| 63 } | 63 } |
| 64 div | 64 div |
| 65 { | 65 { |
| 66 background: green; | 66 background: green; |
| 67 color: green; | 67 color: green; |
| 68 font: 20px/1 ahem; | 68 font: 20px/1 Ahem; |
| 69 height: 6em; | 69 height: 6em; |
| 70 position: relative; | 70 position: relative; |
| 71 width: 11em; | 71 width: 11em; |
| 72 } | 72 } |
| 73 span | 73 span |
| 74 { | 74 { |
| 75 color: red; | 75 color: red; |
| 76 } | 76 } |
| 77 #span2 | 77 #span2 |
| 78 { | 78 { |
| 79 color: green; | 79 color: green; |
| 80 position: fixed; | 80 position: fixed; |
| 81 left: 8em; | 81 left: 8em; |
| 82 width: 2em; | 82 width: 2em; |
| 83 } | 83 } |
| 84 </style> | 84 </style> |
| 85 </head> | 85 </head> |
| 86 <body> | 86 <body> |
| 87 <p>Test passes if there is no red visible on the page.</p> | 87 <p>Test passes if there is no red visible on the page.</p> |
| 88 <div> | 88 <div> |
| 89 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 | 89 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 |
| 90 </div> | 90 </div> |
| 91 </body> | 91 </body> |
| 92 </html> | 92 </html> |
| OLD | NEW |