Chromium Code Reviews| Index: LayoutTests/fast/css/webkit-keyframes-errors-expected.html |
| diff --git a/LayoutTests/fast/css/webkit-keyframes-errors-expected.html b/LayoutTests/fast/css/webkit-keyframes-errors-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2f778e717b158ae6ae56720a92e3941f262e76ae |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/webkit-keyframes-errors-expected.html |
| @@ -0,0 +1,21 @@ |
| +<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"; |
| + } |
| + </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> |
| +</body> |
| +</html> |