blob: a972e4ac8e5ee76a6bb2ecc83b8e01546b9118bf [file] [log] [blame]
akling@apple.comafa57b42013-04-25 13:43:33 +00001<html>
2<body>
3 <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>
4 <style>
5 #output-1:before {
6 content: "PASSED";
7 }
8
9 #output-2:before {
10 content: "PASSED";
11 }
12
13 #output-3:before {
14 content: "PASSED";
15 }
16
17 #output-4:before {
18 content: "PASSED";
19 }
20 </style>
21 <div id="output-1"> (INTEGER single key)</div>
22 <div id="output-2"> (INTEGER in a key list)</div>
23 <div id="output-3"> (unknown IDENT in a key list)</div>
24 <div id="output-4"> (out-of-range percentage key value in a key list)</div>
25</body>
26</html>