summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/transition_shorthand_parsing.html
blob: 152d9752d2f4735006970639a8acb88da090d95a (plain)
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>