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

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

Issue 629103002: Don't use mock PagePopup if possible. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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,0,3 0,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)"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
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(20,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(10,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(0,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(0,10, 90,10)"
66 PASS successfullyParsed is true 66 PASS successfullyParsed is true
67 67
68 TEST COMPLETE 68 TEST COMPLETE
69 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698