Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
michael@0 | 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
michael@0 | 3 | <html lang="en-US"> |
michael@0 | 4 | <head> |
michael@0 | 5 | <title>Testcase, bug 421069</title> |
michael@0 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
michael@0 | 7 | <meta http-equiv="Content-Style-Type" content="text/css"> |
michael@0 | 8 | <style type="text/css"> |
michael@0 | 9 | |
michael@0 | 10 | body > div { position: absolute; top: 10px; left: 10px; } |
michael@0 | 11 | img { margin-left: 10px; } |
michael@0 | 12 | |
michael@0 | 13 | .p0 { margin-top: 10px; } |
michael@0 | 14 | .p1 { margin-top: 50px; } |
michael@0 | 15 | .p2 { margin-top: 90px; } |
michael@0 | 16 | .p3 { margin-top: 130px; } |
michael@0 | 17 | .p4 { margin-top: 170px; } |
michael@0 | 18 | .p5 { margin-top: 211px; } |
michael@0 | 19 | .p6 { margin-top: 251px; } |
michael@0 | 20 | .p7 { margin-top: 291px; } |
michael@0 | 21 | .p8 { margin-top: 331px; } |
michael@0 | 22 | .p9 { margin-top: 371px; } |
michael@0 | 23 | |
michael@0 | 24 | body > div > div, body > div > table { |
michael@0 | 25 | background-image: url(square-outline-32x32.png); |
michael@0 | 26 | } |
michael@0 | 27 | |
michael@0 | 28 | table { margin: 0; border-spacing: 0; } |
michael@0 | 29 | td { padding: 0; } |
michael@0 | 30 | |
michael@0 | 31 | .big { width: 33px; height: 33px; } |
michael@0 | 32 | .small { width: 20px; height: 20px; } |
michael@0 | 33 | |
michael@0 | 34 | div.tl { |
michael@0 | 35 | margin-left: 50px; |
michael@0 | 36 | background-position: top left; /* the default */ |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | div.br { |
michael@0 | 40 | margin-left: 90px; |
michael@0 | 41 | background-position: bottom right; |
michael@0 | 42 | } |
michael@0 | 43 | |
michael@0 | 44 | table.tr { |
michael@0 | 45 | margin-left: 130px; |
michael@0 | 46 | background-position: top right; |
michael@0 | 47 | } |
michael@0 | 48 | |
michael@0 | 49 | table.bl { |
michael@0 | 50 | margin-left: 170px; |
michael@0 | 51 | background-position: bottom left; |
michael@0 | 52 | } |
michael@0 | 53 | |
michael@0 | 54 | div.tl.big { margin-left: 210px; } |
michael@0 | 55 | div.br.big { margin-left: 250px; } |
michael@0 | 56 | table.tr.big { margin-left: 290px; } |
michael@0 | 57 | table.bl.big { margin-left: 330px; } |
michael@0 | 58 | |
michael@0 | 59 | </style> |
michael@0 | 60 | </head> |
michael@0 | 61 | <body> |
michael@0 | 62 | |
michael@0 | 63 | <div><img src="square-outline-32x32.png" class="p0"></div> |
michael@0 | 64 | <div><img src="square-outline-32x32.png" class="p1"></div> |
michael@0 | 65 | <div><img src="square-outline-32x32.png" class="p2"></div> |
michael@0 | 66 | <div><img src="square-outline-32x32.png" class="p3"></div> |
michael@0 | 67 | <div><img src="square-outline-32x32.png" class="p4"></div> |
michael@0 | 68 | <div><img src="square-outline-32x32.png" class="p5"></div> |
michael@0 | 69 | <div><img src="square-outline-32x32.png" class="p6"></div> |
michael@0 | 70 | <div><img src="square-outline-32x32.png" class="p7"></div> |
michael@0 | 71 | <div><img src="square-outline-32x32.png" class="p8"></div> |
michael@0 | 72 | <div><img src="square-outline-32x32.png" class="p9"></div> |
michael@0 | 73 | |
michael@0 | 74 | <div><div class="tl small p0"></div></div> |
michael@0 | 75 | <div><div class="tl small p1"></div></div> |
michael@0 | 76 | <div><div class="tl small p2"></div></div> |
michael@0 | 77 | <div><div class="tl small p3"></div></div> |
michael@0 | 78 | <div><div class="tl small p4"></div></div> |
michael@0 | 79 | <div><div class="tl small p5"></div></div> |
michael@0 | 80 | <div><div class="tl small p6"></div></div> |
michael@0 | 81 | <div><div class="tl small p7"></div></div> |
michael@0 | 82 | <div><div class="tl small p8"></div></div> |
michael@0 | 83 | <div><div class="tl small p9"></div></div> |
michael@0 | 84 | |
michael@0 | 85 | <div><div class="br small p0"></div></div> |
michael@0 | 86 | <div><div class="br small p1"></div></div> |
michael@0 | 87 | <div><div class="br small p2"></div></div> |
michael@0 | 88 | <div><div class="br small p3"></div></div> |
michael@0 | 89 | <div><div class="br small p4"></div></div> |
michael@0 | 90 | <div><div class="br small p5"></div></div> |
michael@0 | 91 | <div><div class="br small p6"></div></div> |
michael@0 | 92 | <div><div class="br small p7"></div></div> |
michael@0 | 93 | <div><div class="br small p8"></div></div> |
michael@0 | 94 | <div><div class="br small p9"></div></div> |
michael@0 | 95 | |
michael@0 | 96 | <div><table class="tr small p0"><tr><td></table></div> |
michael@0 | 97 | <div><table class="tr small p1"><tr><td></table></div> |
michael@0 | 98 | <div><table class="tr small p2"><tr><td></table></div> |
michael@0 | 99 | <div><table class="tr small p3"><tr><td></table></div> |
michael@0 | 100 | <div><table class="tr small p4"><tr><td></table></div> |
michael@0 | 101 | <div><table class="tr small p5"><tr><td></table></div> |
michael@0 | 102 | <div><table class="tr small p6"><tr><td></table></div> |
michael@0 | 103 | <div><table class="tr small p7"><tr><td></table></div> |
michael@0 | 104 | <div><table class="tr small p8"><tr><td></table></div> |
michael@0 | 105 | <div><table class="tr small p9"><tr><td></table></div> |
michael@0 | 106 | |
michael@0 | 107 | <div><table class="bl small p0"><tr><td></table></div> |
michael@0 | 108 | <div><table class="bl small p1"><tr><td></table></div> |
michael@0 | 109 | <div><table class="bl small p2"><tr><td></table></div> |
michael@0 | 110 | <div><table class="bl small p3"><tr><td></table></div> |
michael@0 | 111 | <div><table class="bl small p4"><tr><td></table></div> |
michael@0 | 112 | <div><table class="bl small p5"><tr><td></table></div> |
michael@0 | 113 | <div><table class="bl small p6"><tr><td></table></div> |
michael@0 | 114 | <div><table class="bl small p7"><tr><td></table></div> |
michael@0 | 115 | <div><table class="bl small p8"><tr><td></table></div> |
michael@0 | 116 | <div><table class="bl small p9"><tr><td></table></div> |
michael@0 | 117 | |
michael@0 | 118 | <div><div class="tl big p0"></div></div> |
michael@0 | 119 | <div><div class="tl big p1"></div></div> |
michael@0 | 120 | <div><div class="tl big p2"></div></div> |
michael@0 | 121 | <div><div class="tl big p3"></div></div> |
michael@0 | 122 | <div><div class="tl big p4"></div></div> |
michael@0 | 123 | <div><div class="tl big p5"></div></div> |
michael@0 | 124 | <div><div class="tl big p6"></div></div> |
michael@0 | 125 | <div><div class="tl big p7"></div></div> |
michael@0 | 126 | <div><div class="tl big p8"></div></div> |
michael@0 | 127 | <div><div class="tl big p9"></div></div> |
michael@0 | 128 | |
michael@0 | 129 | <div><div class="br big p0"></div></div> |
michael@0 | 130 | <div><div class="br big p1"></div></div> |
michael@0 | 131 | <div><div class="br big p2"></div></div> |
michael@0 | 132 | <div><div class="br big p3"></div></div> |
michael@0 | 133 | <div><div class="br big p4"></div></div> |
michael@0 | 134 | <div><div class="br big p5"></div></div> |
michael@0 | 135 | <div><div class="br big p6"></div></div> |
michael@0 | 136 | <div><div class="br big p7"></div></div> |
michael@0 | 137 | <div><div class="br big p8"></div></div> |
michael@0 | 138 | <div><div class="br big p9"></div></div> |
michael@0 | 139 | |
michael@0 | 140 | <div><table class="tr big p0"><tr><td></table></div> |
michael@0 | 141 | <div><table class="tr big p1"><tr><td></table></div> |
michael@0 | 142 | <div><table class="tr big p2"><tr><td></table></div> |
michael@0 | 143 | <div><table class="tr big p3"><tr><td></table></div> |
michael@0 | 144 | <div><table class="tr big p4"><tr><td></table></div> |
michael@0 | 145 | <div><table class="tr big p5"><tr><td></table></div> |
michael@0 | 146 | <div><table class="tr big p6"><tr><td></table></div> |
michael@0 | 147 | <div><table class="tr big p7"><tr><td></table></div> |
michael@0 | 148 | <div><table class="tr big p8"><tr><td></table></div> |
michael@0 | 149 | <div><table class="tr big p9"><tr><td></table></div> |
michael@0 | 150 | |
michael@0 | 151 | <div><table class="bl big p0"><tr><td></table></div> |
michael@0 | 152 | <div><table class="bl big p1"><tr><td></table></div> |
michael@0 | 153 | <div><table class="bl big p2"><tr><td></table></div> |
michael@0 | 154 | <div><table class="bl big p3"><tr><td></table></div> |
michael@0 | 155 | <div><table class="bl big p4"><tr><td></table></div> |
michael@0 | 156 | <div><table class="bl big p5"><tr><td></table></div> |
michael@0 | 157 | <div><table class="bl big p6"><tr><td></table></div> |
michael@0 | 158 | <div><table class="bl big p7"><tr><td></table></div> |
michael@0 | 159 | <div><table class="bl big p8"><tr><td></table></div> |
michael@0 | 160 | <div><table class="bl big p9"><tr><td></table></div> |
michael@0 | 161 | |
michael@0 | 162 | </body> |
michael@0 | 163 | </html> |