| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| if (window.internals) | |
| window.internals.settings.setVariationFontsEnabled(true); | |
| </script> | |
| </head> | |
| <body> | |
| <div style="font-family: 'Skia'; font-variation-settings: 'wght' 3;">Test passes if this text has a weight of 3.</div> | |
| </body> | |
| </html> |