Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-images/cross-fade-legacy-2-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>CSS Images Test: Legacy cross-fade syntax unresolvable at parse time crashes Chrome</title>
<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>