blob: 7e150e8453e4d7875ad4bce08aa3af4385d4ffa4 (
plain)
1
2
3
4
5
6
7
8
|
<!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">
<link rel="help" href="https://crbug.com/1476811">
<style>
#t1 {--a:var(--b,var(--c,) );}
</style>
<div id="t1">Test passes if it does not crash.</div>
|