Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-fonts/variable-in-feature-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<html>
  <head>
    <title>CSS value parser: Crash with blocks in font-feature-settings</title>
    <style>#a{font-feature-settings:var(--foo)}</style>
  </head>
  <body>
    <p>Test passes if it does not crash.</p>
  </body>
</html>