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

Side by Side Diff: LayoutTests/platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
(Empty)
1 Test for child elements of a datalist element.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Move anchor element along the vertical axis.
7 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)"
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)"
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)"
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)"
16 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,50, 30,10)"
18 Move anchor element along the horizontal axis.
19 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(0,10, 30,10)"
21 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(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)"
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)"
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)"
29 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(50,10 ,30,10)"
31 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(50,10 ,30,10)"
33 PASS popupWindow.adjustWindowRect(30, 10, 30, 10).toString() is "Rectangle(50,10 ,30,10)"
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)"
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)"
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)"
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)"
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)"
44 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,0 ,30,60)"
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 ,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 ,0,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 ,0,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 ,0,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 ,0,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 ,0,30,1000)"
58 Grow popup width.
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)"
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)"
63 PASS popupWindow.adjustWindowRect(70, 10, 70, 10).toString() is "Rectangle(10,10 ,70,10)"
64 PASS popupWindow.adjustWindowRect(80, 10, 80, 10).toString() is "Rectangle(0,10, 80,10)"
65 PASS popupWindow.adjustWindowRect(90, 10, 90, 10).toString() is "Rectangle(0,10, 90,10)"
66 PASS successfullyParsed is true
67
68 TEST COMPLETE
69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698