haikuwebkit/LayoutTests/fast/css/webkit-keyframes-errors-exp...

27 lines
755 B
HTML

<html>
<body>
<p>Test for Blink bug <a href="https://code.google.com/p/chromium/issues/detail?id=228870">228870</a>: CSS parser incorrectly handles invalid @-webkit-keyframes key values</p>
<style>
#output-1:before {
content: "PASSED";
}
#output-2:before {
content: "PASSED";
}
#output-3:before {
content: "PASSED";
}
#output-4:before {
content: "PASSED";
}
</style>
<div id="output-1"> (INTEGER single key)</div>
<div id="output-2"> (INTEGER in a key list)</div>
<div id="output-3"> (unknown IDENT in a key list)</div>
<div id="output-4"> (out-of-range percentage key value in a key list)</div>
</body>
</html>