| <!DOCTYPE html> |
| <html> |
| <head> |
| </head> |
| <body> |
| This test makes sure that "system-ui" is expanded to every item in the platform fallback list. The test passes if all the lines below are rendered in the same font and identical. |
| <div style="font-size: 100px;"> |
| <div style="font-family: 'Thonburi';">กขฃคฅฆง</div> |
| <div style="font-family: 'Thonburi';">กขฃคฅฆง</div> |
| <div style="font-family: 'Thonburi';">กขฃคฅฆง</div> |
| </div> |
| </body> |
| </html> |