haikuwebkit/LayoutTests/fast/css/transition_shorthand_parsin...

15 lines
239 B
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>