| <!DOCTYPE html> | |
| <html> | |
| </html> | |
| <body> | |
| This test renders a character which should look different in Simplified and Traditional Chinese. It makes sure that the character looks different when passed a Simplified Chinese lang vs. a Traditional Chinese lang. | |
| <div style="font: 200px Helvetica;"> | |
| <div lang="zh-hans">雪</div> | |
| </div> | |
| </body> | |
| </html> |