| <!DOCTYPE html> |
| <html> |
| <head> |
| </head> |
| <body> |
| This test makes sure that the design system UI fonts don't work unless the shouldAllowDesignSystemUIFonts preference is set. The test passes if all the text below is rendered in Times. |
| <div> |
| <div style="display: inline-block; font-size: 72px;">HeJllo</div> |
| <div style="display: inline-block; font-size: 72px;">HeJllo</div> |
| <div style="display: inline-block; font-size: 72px;">HeJllo</div> |
| <div style="display: inline-block; font-size: 72px;">HeJllo</div> |
| <div style="display: inline-block; font-size: 72px;">HeJllo</div> |
| <div style="display: inline-block; font-size: 72px;">HeJllo</div> |
| <div style="display: inline-block; font-size: 72px;">HeJllo</div> |
| </div> |
| </body> |
| </html> |