Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <style type="text/css"> |
michael@0 | 5 | |
michael@0 | 6 | body { |
michael@0 | 7 | width: 500px; |
michael@0 | 8 | } |
michael@0 | 9 | |
michael@0 | 10 | p { |
michael@0 | 11 | font-family: monospace; |
michael@0 | 12 | font-size: 12px; |
michael@0 | 13 | } |
michael@0 | 14 | .columns { |
michael@0 | 15 | -moz-column-count: 3; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | .toppadded |
michael@0 | 19 | { |
michael@0 | 20 | padding-top: 18px; |
michael@0 | 21 | } |
michael@0 | 22 | |
michael@0 | 23 | .floatbox { |
michael@0 | 24 | float: left; |
michael@0 | 25 | margin: 20px 0px 0 0; |
michael@0 | 26 | width: 90px; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | </style> |
michael@0 | 30 | </head> |
michael@0 | 31 | |
michael@0 | 32 | <!-- <body onload="document.getElementById('foo').appendChild(document.createTextNode('aaaaaaa'));"> --> |
michael@0 | 33 | <div class="columns"> |
michael@0 | 34 | |
michael@0 | 35 | <p>C |
michael@0 | 36 | <p>C |
michael@0 | 37 | <p>C |
michael@0 | 38 | <p>C |
michael@0 | 39 | <p>C |
michael@0 | 40 | <p>C |
michael@0 | 41 | <p>C |
michael@0 | 42 | <p>C |
michael@0 | 43 | <p>C |
michael@0 | 44 | <p>C |
michael@0 | 45 | <p>C |
michael@0 | 46 | <p>C |
michael@0 | 47 | <p>C |
michael@0 | 48 | <p>C |
michael@0 | 49 | <p>C |
michael@0 | 50 | <p>C |
michael@0 | 51 | <p>C |
michael@0 | 52 | <p>C |
michael@0 | 53 | |
michael@0 | 54 | <p id="foo">xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx </p> |
michael@0 | 55 | |
michael@0 | 56 | <div class="toppadded"> |
michael@0 | 57 | T |
michael@0 | 58 | <p class="floatbox">W W W W W W W W Waaaaaaa</p> |
michael@0 | 59 | </div> |
michael@0 | 60 | |
michael@0 | 61 | </div> |
michael@0 | 62 | |
michael@0 | 63 | </body> |
michael@0 | 64 | </html> |