Chromium Code Reviews| Index: LayoutTests/fast/text/caps-lock-indicator-disabled.html |
| diff --git a/LayoutTests/fast/text/caps-lock-indicator-disabled.html b/LayoutTests/fast/text/caps-lock-indicator-disabled.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e92381ed0e8c5e6ba519f5dc91621e7e3c6c63e2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/text/caps-lock-indicator-disabled.html |
| @@ -0,0 +1,8 @@ |
| +<!doctype html> |
| +Test passes if password field does not include caps lock icon on right edge on any platform.<br> |
| +<input id="password" type="password"> |
| +<script> |
| + if (window.internals) |
| + window.internals.setCapsLockState(false); |
| + password.focus(); |
| +</script> |