| <!doctype html> | |
| <html style="font-size:18px"> | |
| <body> | |
| <p style="-webkit-text-zoom:reset">This text should not zoom</p> | |
| <p style="-webkit-text-zoom:reset; font-size:24px">This text should not zoom</p> | |
| <p style="-webkit-text-zoom:reset; font-size:inherit">This text should not zoom</p> | |
| </body> | |
| </html> |