tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / transition_shorthand_parsing.html
1 <html lang="en">
2 <head>
3   <script>
4     if (window.layoutTestController)
5       layoutTestController.dumpAsText();
6   </script>
7   <style>
8   .test { -webkit-transition: 1.5s; }
9   </style>
10 </head>
11 <body>
12   <p class="test">Test should not crash</p>
13 </body>
14 </html>