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 | <title>Pixel rounding testcase</title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | |
michael@0 | 7 | html, body { margin: 0; border: none; padding: 0; } |
michael@0 | 8 | div { position: absolute; top: 10px; height: 10px; width: 10px; } |
michael@0 | 9 | |
michael@0 | 10 | div { background: green; } |
michael@0 | 11 | |
michael@0 | 12 | </style> |
michael@0 | 13 | </head> |
michael@0 | 14 | <body> |
michael@0 | 15 | |
michael@0 | 16 | <div style="left: 10px"></div> |
michael@0 | 17 | <div style="left: 30px"></div> |
michael@0 | 18 | <div style="left: 50px"></div> |
michael@0 | 19 | <div style="left: 70px"></div> |
michael@0 | 20 | <div style="left: 90px"></div> |
michael@0 | 21 | <div style="left: 110px"></div> |
michael@0 | 22 | <div style="left: 130px"></div> |
michael@0 | 23 | <div style="left: 150px"></div> |
michael@0 | 24 | <div style="left: 170px"></div> |
michael@0 | 25 | <div style="left: 190px"></div> |
michael@0 | 26 | <div style="left: 210px"></div> |
michael@0 | 27 | <div style="left: 230px"></div> |
michael@0 | 28 | <div style="left: 250px"></div> |
michael@0 | 29 | <div style="left: 270px"></div> |
michael@0 | 30 | <div style="left: 290px"></div> |
michael@0 | 31 | <div style="left: 310px"></div> |
michael@0 | 32 | <div style="left: 330px"></div> |
michael@0 | 33 | <div style="left: 350px"></div> |
michael@0 | 34 | <div style="left: 370px"></div> |
michael@0 | 35 | |
michael@0 | 36 | <div style="top: 30px; left: 10px; width: 30px; height: 30px"> |
michael@0 | 37 | <div style="background:white; top: 10px; left: 10px"></div> |
michael@0 | 38 | </div> |
michael@0 | 39 | |
michael@0 | 40 | </body> |
michael@0 | 41 | </html> |