Chromium Code Reviews| Index: LayoutTests/fast/text/caps-lock-indicator-enabled.html |
| diff --git a/LayoutTests/fast/text/caps-lock-indicator-enabled.html b/LayoutTests/fast/text/caps-lock-indicator-enabled.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..39720c7b47993dd2a3ce28c57c1af266267b100a |
| --- /dev/null |
| +++ b/LayoutTests/fast/text/caps-lock-indicator-enabled.html |
| @@ -0,0 +1,8 @@ |
| +<!doctype html> |
| +Test passes if password field includes caps lock icon on right edge on Mac platforms only.<br> |
| +<input id="password" type="password" style="display: inline;"> |
| +<script> |
| + if (window.internals) |
| + window.internals.setCurrentCapsLockState(true); |
| + password.focus(); |
| +</script> |