blob: 11bd7a184772558f32b20f63b4a8dd561acf4f99 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
-webkit-animation-name: spacing;
-webkit-animation-duration: 1s;
}
@-webkit-keyframes spacing {
0% {
word-spacing: normal
}
20% {
word-spacing: 11111111111111111111111111111111111111111111111111%
}
40% {
word-spacing: 1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111%
}
60% {
word-spacing: 200%
}
80% {
word-spacing: 300%
}
100% { }
}
</style>
</head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<body>
<h1>PASS if no assert or crash in debug.</h1>
</body>
</html>