Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-fonts/variable-in-feature-crash.html
<!DOCTYPE html> <html> <head> <title>CSS value parser: Crash with blocks in font-feature-settings</title> <link rel="help" href="https://crbug.com/341349803"> <style>#a{font-feature-settings:var(--foo)}</style> </head> <body> <p>Test passes if it does not crash.</p> </body> </html>