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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-position.html

Issue 1959583002: Do not open SELECT popup if the SELECT element is not in the viewport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: popup-menu-key-operations.html needs rebaseline Created 4 years, 7 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/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();

Powered by Google App Engine
This is Rietveld 408576698