variable-in-feature-crash.html (307B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS value parser: Crash with blocks in font-feature-settings</title> 5 <link rel="help" href="https://crbug.com/341349803"> 6 <style>#a{font-feature-settings:var(--foo)}</style> 7 </head> 8 <body> 9 <p>Test passes if it does not crash.</p> 10 </body> 11 </html>