Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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: 20px; |
michael@0 | 21 | } |
michael@0 | 22 | |
michael@0 | 23 | .floatbox { |
michael@0 | 24 | float: left; |
michael@0 | 25 | margin: 3px 10px 0 0; |
michael@0 | 26 | padding: 8px 3px; |
michael@0 | 27 | width: 55px; |
michael@0 | 28 | } |
michael@0 | 29 | |
michael@0 | 30 | </style> |
michael@0 | 31 | </head> |
michael@0 | 32 | |
michael@0 | 33 | <body onload="document.getElementById('foo').appendChild(document.createTextNode('aaaaaaa'));"> |
michael@0 | 34 | |
michael@0 | 35 | <div class="columns"> |
michael@0 | 36 | |
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 | <p>C |
michael@0 | 54 | <p>C |
michael@0 | 55 | |
michael@0 | 56 | <p id="foo">xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx </p> |
michael@0 | 57 | |
michael@0 | 58 | <div class="toppadded"> |
michael@0 | 59 | T |
michael@0 | 60 | <p class="floatbox">W W W W W W</p> |
michael@0 | 61 | </div> |
michael@0 | 62 | |
michael@0 | 63 | </div> |
michael@0 | 64 | |
michael@0 | 65 | </body> |
michael@0 | 66 | </html> |