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 pos
ition absolute - Reference</title> | 4 <title>CSS Test: Column boxes do not establish containing blocks for pos
ition absolute - 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 div | 9 div |
9 { | 10 { |
10 background: green; | 11 background: green; |
11 color: green; | 12 color: green; |
12 font: 20px/1 Ahem; | 13 font: 20px/1 Ahem; |
13 height: 6em; | 14 height: 6em; |
14 position: relative; | 15 position: relative; |
15 width: 11em; | 16 width: 11em; |
16 } | 17 } |
17 </style> | 18 </style> |
18 </head> | 19 </head> |
19 <body> | 20 <body> |
20 <p>Test passes if there is no red visible on the page.</p> | 21 <p>Test passes if there is no red visible on the page.</p> |
21 <div> | 22 <div> |
22 </div> | 23 </div> |
23 </body> | 24 </body> |
24 </html> | 25 </html> |
OLD | NEW |