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

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

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1
2 PASS popupWindowRect.x is 0
3 PASS popupWindowRect.y is menuHeight
4 PASS popupWindowRect.x is screenWidth - popupWindowRect.width
5 PASS popupWindowRect.y is screenHeight - popupWindowRect.height - menuHeight
6 PASS popupWindowRect.x is screenWidth - menuWidth
7 PASS popupWindowRect.y is menuHeight
8 PASS popupWindowRect.x is 0
9 PASS popupWindowRect.y is menuHeight
10 PASS popupWindowRect.x is screenWidth - 250
11 PASS popupWindowRect.y is menuHeight
12 PASS popupWindowRect.x is 0
13 PASS popupWindowRect.y is screenHeight - 100 - popupWindowRect.height
14 PASS popupWindowRect.x is 100 - menuWidth * 0.1
15 PASS popupWindowRect.y is 100 + menuHeight * 1.1
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698