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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/search/search-rtl.html

Issue 2219373002: input[type=search]: Flip the position of cancel button in RTL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/forms/search/search-rtl.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/search/search-rtl.html b/third_party/WebKit/LayoutTests/fast/forms/search/search-rtl.html
index d0b4269e4f583af466758bbb521238b74fbe8bd1..a01ab03f19941b9540fd36921d55aecbe85bf1ab 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/search/search-rtl.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/search/search-rtl.html
@@ -22,7 +22,7 @@
<script>
if (window.eventSender) {
var target = $("target");
- var pos = searchCancelButtonPosition(target);
+ var pos = rtlSearchCancelButtonPosition(target);
eventSender.mouseMoveTo(pos.x, pos.y);
eventSender.mouseDown();
eventSender.mouseUp();

Powered by Google App Engine
This is Rietveld 408576698