OLD | NEW |
1 XXX | 1 XXX |
2 | 2 |
3 XX | 3 XX |
4 | 4 |
5 XXX | 5 XXX |
6 PASS shapeInsideRect('a').top is 50 | 6 PASS shapeInsideRect('a').top is 50 |
7 PASS shapeInsideRect('a').width is 150 | 7 PASS shapeInsideRect('a').width is 150 |
8 PASS shapeInsideRect('b').top is 150 | 8 PASS shapeInsideRect('b').top is 150 |
9 PASS shapeInsideRect('b').left is within 1 of 250 | 9 PASS shapeInsideRect('b').left is within 1 of 250 |
10 PASS shapeInsideRect('b').width is 100 | 10 PASS shapeInsideRect('b').width is 100 |
11 PASS shapeInsideRect('c').top is 250 | 11 PASS shapeInsideRect('c').top is 250 |
12 PASS shapeInsideRect('c').width is 150 | 12 PASS shapeInsideRect('c').width is 150 |
| 13 PASS successfullyParsed is true |
13 | 14 |
| 15 TEST COMPLETE |
| 16 |
OLD | NEW |