| 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();
|
|
|