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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/forms/select-popup/popup-menu-position-expected.txt

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 unified diff | Download patch
OLDNEW
1 1
2 PASS popupWindowRect.x is 0 2 PASS popupWindowRect.x is 0
3 PASS popupWindowRect.y is menuHeight 3 PASS popupWindowRect.y is menuHeight
4 PASS popupWindowRect.x is screenWidth - popupWindowRect.width 4 PASS popupWindowRect.x is screenWidth - popupWindowRect.width
5 PASS popupWindowRect.y is screenHeight - popupWindowRect.height - menuHeight 5 PASS popupWindowRect.y is screenHeight - popupWindowRect.height - menuHeight
6 PASS popupWindowRect.x is screenWidth - 100 6 PASS popupWindowRect.x is screenWidth - 100
7 PASS popupWindowRect.y is menuHeight 7 PASS popupWindowRect.y is menuHeight
8 PASS popupWindowRect.x is -100 8 PASS popupWindowRect.x is 0
9 PASS popupWindowRect.y is menuHeight 9 PASS popupWindowRect.y is menuHeight
10 PASS popupWindowRect.x is screenWidth - 250 - 10 10 PASS popupWindowRect.x is screenWidth - 250 - 10
11 PASS popupWindowRect.y is menuHeight 11 PASS popupWindowRect.y is menuHeight
12 PASS popupWindowRect.x is 0 12 PASS popupWindowRect.x is 0
13 PASS popupWindowRect.y is screenHeight - 100 - popupWindowRect.height 13 PASS popupWindowRect.y is screenHeight - 100 - popupWindowRect.height
14 PASS popupWindowRect.x is 100 - menuWidth * 0.1 14 PASS popupWindowRect.x is 100 - menuWidth * 0.1
15 PASS popupWindowRect.y is 100 + menuHeight * 1.1 15 PASS popupWindowRect.y is 100 + menuHeight * 1.1
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698