Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/caps-lock-indicator-enabled-rtl.html

Issue 2125533002: [Mac] Draw the caps lock indicator on the left side for RTL direction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a layout test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 Test passes if password field includes caps lock icon on left edge on Mac platfo rms only.<br>
3 <input id="password" type="password" dir="rtl">
4 <script>
5 if (window.internals)
6 window.internals.setCapsLockState(true);
7 password.focus();
8 </script>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/paint/ThemePainterMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698