| OLD | NEW |
| 1 <body style="font-size:16px"> | 1 <body style="font-size:16px"> |
| 2 | 2 |
| 3 All text below should be 32px tall. | 3 All text below should be 32px tall. |
| 4 | 4 |
| 5 <div style="zoom:200%">This text should be 32px tall.</div> | 5 <div style="zoom:200%">This text should be 32px tall.</div> |
| 6 <div style="font-size:32px; zoom:reset">This text should be 32px tall.</div> | 6 <div style="zoom:normal;font-size:32px">This text should be 32px tall.</div> |
| 7 <div style="zoom:50%;font-size:64px">This text should be 32px tall.</div> | 7 <div style="zoom:50%;font-size:64px">This text should be 32px tall.</div> |
| 8 <div style="font-size:4px; zoom:400%; font-size:8px">This text should be 32px ta
ll.</div> | 8 <div style="font-size:4px; zoom:400%; font-size:8px">This text should be 32px ta
ll.</div> |
| 9 | 9 |
| 10 </body> | 10 </body> |
| OLD | NEW |