Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
css
/
transition_shorthand_parsing.html
blob: 152d9752d2f4735006970639a8acb88da090d95a [
file
] [
log
] [
blame
]
<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>