blob: b7fcff92634261b3307b2411ad8d243bcb9e8290 [file] [log] [blame]
<!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>