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

Unified 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 side-by-side diff with in-line comments
Download patch
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>
« 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