| OLD | NEW |
| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |
| OLD | NEW |