| 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-width applied to 'display: list-item' - Referenc
e</title> | 4 <title>CSS Test: Column-width applied to 'display: list-item' - Referenc
e</title> |
| 5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/"
/> | 5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/"
/> |
| 6 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#cw"/> | 6 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#cw"/> |
| 7 <style type="text/css"> | 7 <style type="text/css"> |
| 8 #parent | 8 #parent |
| 9 { | 9 { |
| 10 color: red; | 10 color: red; |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 #marker | 44 #marker |
| 45 { | 45 { |
| 46 display: list-item; | 46 display: list-item; |
| 47 } | 47 } |
| 48 </style> | 48 </style> |
| 49 </head> | 49 </head> |
| 50 <body> | 50 <body> |
| 51 <p>Test passes if there is a marker to the left of the first line of tex
t and there is no red visible on the page.</p> | 51 <p>Test passes if there is a marker to the left of the first line of tex
t and there is no red visible on the page.</p> |
| 52 <div id="parent"> | 52 <div id="parent"> |
| 53 <div id="ref2"> | 53 <div id="ref2"> |
| 54 <div>AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEEEE FFFFFFFFF
</div> | 54 <div style="display:list-item;">AAAAAAAAA BBBBBBBBB CCCCCCCCC DD
DDDDDDD EEEEEEEEE FFFFFFFFF</div> |
| 55 <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKK
K LLLLLLLLL</div> | 55 <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKK
K LLLLLLLLL</div> |
| 56 </div> | 56 </div> |
| 57 <div id="reference"> | 57 <div id="reference"> |
| 58 <div id="marker">AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEE
EE FFFFFFFFF</div> | 58 <div id="marker">AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEE
EE FFFFFFFFF</div> |
| 59 <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKK
K LLLLLLLLL</div> | 59 <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKK
K LLLLLLLLL</div> |
| 60 </div> | 60 </div> |
| 61 </div> | 61 </div> |
| 62 </body> | 62 </body> |
| 63 </html> | 63 </html> |
| OLD | NEW |