1
0
Fork 0
firefox/testing/web-platform/tests/css/css-images/cross-fade-legacy-2-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

14 lines
436 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Images Test: Legacy cross-fade syntax unresolvable at parse time crashes Chrome</title>
<link rel="help" href="https://crbug.com/40946458">
<style>
.test { background-image: -webkit-cross-fade(none, none, calc(13% + 1% * sign(1em - 1px))); }
</style>
</head>
<body>
<div class="test"></div>
<p>Test passes if the browser does not crash.</p>
</body>
</html>