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/font-face-local-css-wide-keyword-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<title>Crash test for using unquoted CSS-wide keyword in local() font</title>
<style>
  @font-face {
    font-family: 'TestFont';
    src: local(default);
  }
</style>
<p style="font-family: TestFont">Test passes if it does not crash.</p>