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

Side by Side Diff: LayoutTests/fast/forms/page-popup/page-popup-adjust-rect-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 Test for child elements of a datalist element. 1 Test for child elements of a datalist element.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Move anchor element along the vertical axis. 6 Move anchor element along the vertical axis.
7 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,0,3 0,10)" 7 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,-10 ,30,10)"
8 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,0,3 0,10)" 8 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,0,3 0,10)"
9 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,10, 30,10)" 9 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,10, 30,10)"
10 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,20, 30,10)" 10 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,20, 30,10)"
11 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,30, 30,10)" 11 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,30, 30,10)"
12 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,40, 30,10)" 12 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,40, 30,10)"
13 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,50, 30,10)" 13 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,50, 30,10)"
14 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,40, 30,10)" 14 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,40, 30,10)"
15 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,50, 30,10)" 15 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,50, 30,10)"
16 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,50, 30,10)" 16 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,60, 30,10)"
17 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,50, 30,10)" 17 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,70, 30,10)"
18 Move anchor element along the horizontal axis. 18 Move anchor element along the horizontal axis.
19 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,10, 30,10)" 19 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(-40,1 0,30,10)"
20 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,10, 30,10)" 20 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(-30,1 0,30,10)"
21 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,10, 30,10)" 21 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(-20,1 0,30,10)"
22 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,10, 30,10)" 22 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(-10,1 0,30,10)"
23 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,10, 30,10)" 23 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(0,10, 30,10)"
24 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(10,10 ,30,10)" 24 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(10,10 ,30,10)"
25 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(20,10 ,30,10)" 25 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(20,10 ,30,10)"
26 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(30,10 ,30,10)" 26 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(30,10 ,30,10)"
27 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(40,10 ,30,10)" 27 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(40,10 ,30,10)"
28 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(50,10 ,30,10)" 28 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(50,10 ,30,10)"
29 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(50,10 ,30,10)" 29 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(60,10 ,30,10)"
30 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(50,10 ,30,10)" 30 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(70,10 ,30,10)"
31 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(50,10 ,30,10)" 31 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(80,10 ,30,10)"
32 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(50,10 ,30,10)" 32 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(90,10 ,30,10)"
33 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(50,10 ,30,10)" 33 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(100,1 0,30,10)"
34 Move anchor element along the vertical axis. Open popup that is too tall. 34 Move anchor element along the vertical axis. Open popup that is too tall.
35 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,60)" 35 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,- 10,30,60)"
36 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,60)" 36 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,60)"
37 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,1 0,30,50)" 37 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,1 0,30,50)"
38 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,2 0,30,40)" 38 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,2 0,30,40)"
39 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,3 0,30,30)" 39 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,3 0,30,30)"
40 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,30)" 40 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,30)"
41 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,40)" 41 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,40)"
42 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,50)" 42 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,50)"
43 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,60)" 43 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,60)"
44 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,60)" 44 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,1 0,30,60)"
45 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,0 ,30,60)" 45 PASS popupWindow.adjustWindowRect(30, 1000, 30, 10).toString() is "Rectangle(0,2 0,30,60)"
46 Move anchor element along the vertical axis. Open popup that is too tall and won 't shrink. 46 Move anchor element along the vertical axis. Open popup that is too tall and won 't shrink.
47 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,-10,30,1000)"
47 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)" 48 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)"
48 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)" 49 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,10,30,1000)"
49 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)" 50 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,20,30,1000)"
50 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)" 51 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,30,30,1000)"
51 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)" 52 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,-970,30,1000)"
52 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)" 53 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,-960,30,1000)"
53 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)" 54 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,-950,30,1000)"
54 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)" 55 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,-940,30,1000)"
55 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)" 56 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,-930,30,1000)"
56 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)" 57 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,-920,30,1000)"
57 PASS popupWindow.adjustWindowRect(30, 1000, 30, 1000).toString() is "Rectangle(0 ,0,30,1000)"
58 Grow popup width. 58 Grow popup width.
59 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(30,10 ,30,10)" 59 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(30,10 ,30,10)"
60 PASS popupWindow.adjustWindowRect(40, 10, 40, 10).toString() is "Rectangle(30,10 ,40,10)" 60 PASS popupWindow.adjustWindowRect(40, 10, 40, 10).toString() is "Rectangle(30,10 ,40,10)"
61 PASS popupWindow.adjustWindowRect(50, 10, 50, 10).toString() is "Rectangle(30,10 ,50,10)" 61 PASS popupWindow.adjustWindowRect(50, 10, 50, 10).toString() is "Rectangle(30,10 ,50,10)"
62 PASS popupWindow.adjustWindowRect(60, 10, 60, 10).toString() is "Rectangle(20,10 ,60,10)" 62 PASS popupWindow.adjustWindowRect(60, 10, 60, 10).toString() is "Rectangle(30,10 ,60,10)"
63 PASS popupWindow.adjustWindowRect(70, 10, 70, 10).toString() is "Rectangle(10,10 ,70,10)" 63 PASS popupWindow.adjustWindowRect(70, 10, 70, 10).toString() is "Rectangle(30,10 ,70,10)"
64 PASS popupWindow.adjustWindowRect(80, 10, 80, 10).toString() is "Rectangle(0,10, 80,10)" 64 PASS popupWindow.adjustWindowRect(80, 10, 80, 10).toString() is "Rectangle(30,10 ,80,10)"
65 PASS popupWindow.adjustWindowRect(90, 10, 90, 10).toString() is "Rectangle(0,10, 90,10)" 65 PASS popupWindow.adjustWindowRect(90, 10, 90, 10).toString() is "Rectangle(30,10 ,90,10)"
66 PASS successfullyParsed is true 66 PASS successfullyParsed is true
67 67
68 TEST COMPLETE 68 TEST COMPLETE
69 69
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/page-popup/page-popup-adjust-rect.html ('k') | LayoutTests/fast/forms/select/popup-menu-position.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698