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

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

Issue 27323002: make input type="search" RTL direction aware (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 7 years, 2 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: LayoutTests/fast/forms/search-rtl.html
diff --git a/LayoutTests/fast/forms/search-rtl.html b/LayoutTests/fast/forms/search-rtl.html
index 5b2b19d8c78ed6b5d473d2717cabe215659a88a7..d12d23f2823c63907e4a4db2bfbad220791bb40f 100644
--- a/LayoutTests/fast/forms/search-rtl.html
+++ b/LayoutTests/fast/forms/search-rtl.html
@@ -22,7 +22,7 @@
<script>
if (window.eventSender) {
var target = $("target");
- var pos = searchCancelButtonPosition(target);
+ var pos = searchCancelButtonPositionRTL(target);
eventSender.mouseMoveTo(pos.x, pos.y);
eventSender.mouseDown();
eventSender.mouseUp();

Powered by Google App Engine
This is Rietveld 408576698