Chromium Code Reviews| Index: LayoutTests/fast/css/crash-on-incomplete-webkit-any.html |
| diff --git a/LayoutTests/fast/css/crash-on-incomplete-webkit-any.html b/LayoutTests/fast/css/crash-on-incomplete-webkit-any.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c268846f8d377790f815e584d9361a8803bfc43a |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/crash-on-incomplete-webkit-any.html |
| @@ -0,0 +1,14 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <title>:-webkit-any\( should not crash</title> |
| + <script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| + </script> |
| + <style>:-webkit-any\( {}</style> |
| +</head> |
| +<body> |
| + <p>PASS if not crashed.</p> |
| +</body> |
| +</html> |