1 2 3 4 5 6 7 8 9 10 11 12 13 14
<html lang="en"> <head> <script> if (window.testRunner) testRunner.dumpAsText(); </script> <style> .test { -webkit-transition: 1.5s; } </style> </head> <body> <p class="test">Test should not crash</p> </body> </html>