whitespace-in-fallback-crash.html (321B)
1 <!DOCTYPE html> 2 <title>Fallback to a whitespace-only string should not crash</title> 3 <link rel="author" title="Steinar H. Gunderson" href="mailto:sesse@chromium.org"> 4 <link rel="help" href="https://crbug.com/1476811"> 5 <style> 6 #t1 {--a:var(--b,var(--c,) );} 7 </style> 8 <div id="t1">Test passes if it does not crash.</div>