Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-variables/whitespace-in-fallback-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Fallback to a whitespace-only string should not crash</title>
<link rel="author" title="Steinar H. Gunderson" href="mailto:sesse@chromium.org">
<style>
#t1 {--a:var(--b,var(--c,) );}
</style>
<div id="t1">Test passes if it does not crash.</div>