1
0
Fork 0
firefox/testing/web-platform/tests/css/css-variables/whitespace-in-fallback-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

8 lines
321 B
HTML

<!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>