| Index: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-position.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-position.html b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-position.html
|
| index d7ef34c68c5e764c95b79235c33dec69813f2a1c..f13ad259003768cfc5b446fa64c99b2265095e1e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-position.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-position.html
|
| @@ -89,7 +89,7 @@ function test4() {
|
|
|
| function test5() {
|
| popupWindowRect = getPopupWindowRect();
|
| - shouldBe('popupWindowRect.x', '-100');
|
| + shouldBe('popupWindowRect.x', '0');
|
| shouldBe('popupWindowRect.y', 'menuHeight');
|
|
|
| popupWindow.pagePopupController.closePopup();
|
|
|