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