linear-timing-functions-chrome-406926307-crash.html (332B)
1 <!DOCTYPE html> 2 <title>Chrome crash bug 406926307</title> 3 <link rel="help" href="https://crbug.com/406926307"> 4 <style> 5 div { 6 transition-timing-function: linear(0, 0.25, sibling-index()); 7 transition-timing-function: linear(0, 0.25, sign(2em - 20px)); 8 } 9 </style> 10 <p>Passes if test does not fail any CHECKs or DCHECKs.</p>