Sign in
webkit
/
WebKit
/
6a75507bb20e3efe56329b5a03fb9a28930d3d04
/
.
/
LayoutTests
/
fast
/
css
/
transition_shorthand_parsing.html
blob: ed16754ed25f32342a17bceea5a87cdce0c40143 [
file
] [
log
] [
blame
]
<html
lang
=
"en"
>
<head>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpAsText
();
</script>
<style>
.
test
{
-webkit-transition
:
1.5s
;
}
</style>
</head>
<body>
<p
class
=
"test"
>
Test should not crash
</p>
</body>
</html>