chromium/third_party/blink/web_tests/fast/css/transition_shorthand_parsing.html

<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>