Chromium Code Reviews| Index: LayoutTests/fast/css/inputtext-crash.html |
| diff --git a/LayoutTests/fast/css/inputtext-crash.html b/LayoutTests/fast/css/inputtext-crash.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a8ca2f52c0893322d6123852c0a5be969b8bfa3d |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/inputtext-crash.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + inputtext::content:focus { } |
| +</style> |
| +// This test passes if it doesn't crash. |
| +<script> |
| +if (window.testRunner) |
| + testRunner.dumpAsText(); |
| +</script> |