| 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 18 matching lines...) Expand all Loading... |
| 29 <html xmlns="http://www.w3.org/1999/xhtml"> | 29 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 30 <head> | 30 <head> |
| 31 <title>CSS Test: Column elements establish a new block formatting contex
t</title> | 31 <title>CSS Test: Column elements establish a new block formatting contex
t</title> |
| 32 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> | 32 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> |
| 33 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-col
umn-model"/> | 33 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-col
umn-model"/> |
| 34 <meta name="flags" content="" /> | 34 <meta name="flags" content="" /> |
| 35 <meta name="assert" content="Column elements establish a new block forma
tting context and cannot intersect with other block formatting context elements.
"/> | 35 <meta name="assert" content="Column elements establish a new block forma
tting context and cannot intersect with other block formatting context elements.
"/> |
| 36 <style type="text/css"> | 36 <style type="text/css"> |
| 37 #parent | 37 #parent |
| 38 { | 38 { |
| 39 font: 20px/1 ahem; | 39 font: 20px/1 Ahem; |
| 40 height: 10em; | 40 height: 10em; |
| 41 position: relative; | 41 position: relative; |
| 42 width: 14em; | 42 width: 14em; |
| 43 } | 43 } |
| 44 #float | 44 #float |
| 45 { | 45 { |
| 46 background: green; | 46 background: green; |
| 47 float: left; | 47 float: left; |
| 48 height: 2em; | 48 height: 2em; |
| 49 width: 2em; | 49 width: 2em; |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 <div id="float"></div> | 96 <div id="float"></div> |
| 97 <div id="multicolumn"> | 97 <div id="multicolumn"> |
| 98 XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXX
X XXXXX | 98 XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXX
X XXXXX |
| 99 </div> | 99 </div> |
| 100 <div id="reference"> | 100 <div id="reference"> |
| 101 <span>XX</span>XXXXXXXXXXXX <span>XX</span>XXXXXXXXXXXX | 101 <span>XX</span>XXXXXXXXXXXX <span>XX</span>XXXXXXXXXXXX |
| 102 <span>XXXXXXXXXXXXX</span>X <span>XXXXXX<span>X</span>XXXXXX</sp
an>X <span>XXXXXX<span>X</span>XXXXXX</span>X <span>XXXXXX<span>X</span>XXXXXX</
span>X <span>XXXXXX<span>X</span>XXXXXX</span>X <span>XXXXXX<span>X</span>XXXXXX
</span>X <span>XXXXXX<span>X</span>XXXXXX</span>X <span>XXXXXXXXXXXXX</span>X | 102 <span>XXXXXXXXXXXXX</span>X <span>XXXXXX<span>X</span>XXXXXX</sp
an>X <span>XXXXXX<span>X</span>XXXXXX</span>X <span>XXXXXX<span>X</span>XXXXXX</
span>X <span>XXXXXX<span>X</span>XXXXXX</span>X <span>XXXXXX<span>X</span>XXXXXX
</span>X <span>XXXXXX<span>X</span>XXXXXX</span>X <span>XXXXXXXXXXXXX</span>X |
| 103 </div> | 103 </div> |
| 104 </div> | 104 </div> |
| 105 </body> | 105 </body> |
| 106 </html> | 106 </html> |
| OLD | NEW |