| 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 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 <head> | 3 <head> |
| 4 <title>CSS Test: Column boxes do not establish containing blocks for fix
ed positioning - Reference</title> | 4 <title>CSS Test: Column boxes do not establish containing blocks for fix
ed positioning - Reference</title> |
| 5 <script src="../../../resources/ahem.js"></script> |
| 5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/"
/> | 6 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/"
/> |
| 6 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-col
umn-model"/> | 7 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-col
umn-model"/> |
| 7 <style type="text/css"> | 8 <style type="text/css"> |
| 8 html, body | 9 html, body |
| 9 { | 10 { |
| 10 padding: 0; | 11 padding: 0; |
| 11 margin: 0; | 12 margin: 0; |
| 12 } | 13 } |
| 13 p | 14 p |
| 14 { | 15 { |
| 15 margin-left: 8px; | 16 margin-left: 8px; |
| 16 } | 17 } |
| 17 div | 18 div |
| 18 { | 19 { |
| 19 background: green; | 20 background: green; |
| 20 color: green; | 21 color: green; |
| 21 font: 20px/1 Ahem; | 22 font: 20px/1 Ahem; |
| 22 height: 6em; | 23 height: 6em; |
| 23 position: relative; | 24 position: relative; |
| 24 width: 11em; | 25 width: 11em; |
| 25 } | 26 } |
| 26 </style> | 27 </style> |
| 27 </head> | 28 </head> |
| 28 <body> | 29 <body> |
| 29 <p>Test passes if there is no red visible on the page.</p> | 30 <p>Test passes if there is no red visible on the page.</p> |
| 30 <div> | 31 <div> |
| 31 </div> | 32 </div> |
| 32 </body> | 33 </body> |
| 33 </html> | 34 </html> |
| OLD | NEW |