| OLD | NEW |
| 1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x
link"> | 1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x
link"> |
| 2 <head> | 2 <head> |
| 3 <script src="../resources/ahem.js"></script> |
| 3 <style type="text/css"> | 4 <style type="text/css"> |
| 4 body { | 5 body { |
| 5 margin:0px; | 6 margin:0px; |
| 6 border:0px; | 7 border:0px; |
| 7 padding:0px; | 8 padding:0px; |
| 8 } | 9 } |
| 9 text { | 10 text { |
| 10 text-rendering: geometricPrecision; | 11 text-rendering: geometricPrecision; |
| 11 font: 12px Ahem; | 12 font: 12px Ahem; |
| 12 } | 13 } |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 shouldBe('text3.left', '1100'); | 186 shouldBe('text3.left', '1100'); |
| 186 msgDumpRenderTreeRequired(); | 187 msgDumpRenderTreeRequired(); |
| 187 shouldBeCloseTo('text3.top', 565, 1); | 188 shouldBeCloseTo('text3.top', 565, 1); |
| 188 shouldBeCloseTo('text3.width', '(text1.width * 2)', tolerance); | 189 shouldBeCloseTo('text3.width', '(text1.width * 2)', tolerance); |
| 189 shouldBeCloseTo('text3.height', '(text1.height * 2)', tolerance); | 190 shouldBeCloseTo('text3.height', '(text1.height * 2)', tolerance); |
| 190 debug(""); | 191 debug(""); |
| 191 </script> | 192 </script> |
| 192 | 193 |
| 193 </body> | 194 </body> |
| 194 </html> | 195 </html> |
| OLD | NEW |