blob: e2644a4a8a7849edcedf6e552c0e5104226516a6 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
<style>
@-webkit-keyframes anim {
42% {
-webkit-border-horizontal-spacing: 42rem;
}
}
body::first-letter {
-webkit-animation-name: anim;
}
</style>
</head>
<body>
This test passes if it does not crash.
</body>
</html>