Status: PASS | Duration: 3ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-images/cross-fade-legacy-2-crash.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>