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

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

Issue 1087743002: Support multiple displays for PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed IntRect inclusion Created 5 years, 8 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 | Annotate | Revision Log
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 - menuWidth 6 PASS popupWindowRect.x is screenWidth - 100
7 PASS popupWindowRect.y is menuHeight 7 PASS popupWindowRect.y is menuHeight
8 PASS popupWindowRect.x is 0 8 PASS popupWindowRect.x is -100
9 PASS popupWindowRect.y is menuHeight 9 PASS popupWindowRect.y is menuHeight
10 PASS popupWindowRect.x is screenWidth - 250 10 PASS popupWindowRect.x is screenWidth - menuWidth - 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
« no previous file with comments | « LayoutTests/fast/forms/select/popup-menu-position.html ('k') | Source/core/page/DOMWindowPagePopup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698