OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>Relayout an aboslutely positioned object whose containing block is a column-s pan:all object.</p> | |
3 <p>There should be a green <em>square</em> below, and no red.</p> | |
4 <div id="elm" style="position:absolute; width:10em; height:10em; background:gree n;"></div> | |
OLD | NEW |