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..5a5f46dfb32957bab843c272deb5d50f21f46811 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/inputtext-crash.html |
| @@ -0,0 +1,4 @@ |
| +<style> |
|
ojan
2014/04/01 21:20:50
Nit: add doctype. We default to running all tests
chrishtr
2014/04/01 21:27:58
Done.
|
| + inputtext::content:focus { } |
| +</style> |
| +// This test passes if it doesn't crash. |