| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>MultiColumn: Reference test for overflow into column gaps in colu
mn boxes</title> | 4 <title>MultiColumn: Reference test for overflow into column gaps in colu
mn boxes</title> |
| 5 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#overflow-insi
de-multicol-elements"/> | 5 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#overflow-insi
de-multicol-elements"/> |
| 6 <style> | 6 <style> |
| 7 #parent | 7 #parent |
| 8 { | 8 { |
| 9 font: 20px/1 monospace; | 9 font: 20px/1 monospace; |
| 10 position: relative; | 10 position: relative; |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 <body> | 31 <body> |
| 32 <p>Test passes if there is no red visible on the page.</p> | 32 <p>Test passes if there is no red visible on the page.</p> |
| 33 <div id="parent"> | 33 <div id="parent"> |
| 34 <div id="reference"> | 34 <div id="reference"> |
| 35 <div style="width:5.5em;"></div> | 35 <div style="width:5.5em;"></div> |
| 36 <div id="right" style="width:5em;"></div> | 36 <div id="right" style="width:5em;"></div> |
| 37 </div> | 37 </div> |
| 38 </div> | 38 </div> |
| 39 </body> | 39 </body> |
| 40 </html> | 40 </html> |
| OLD | NEW |