Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-easing/linear-timing-functions-chrome-405004975-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Chrome crash bug 405004975</title>
<style>
div {
transition-timing-function: linear(0, 0.25, sibling-index());
transition-timing-function: linear(0, 0.25, sign(2em - 20px));
}
</style>
<p>Passes if test does not fail any CHECKs or DCHECKs.</p>