1 PASS elementRect('a').top is 0
2 PASS elementRect('a').right is 200
3 PASS elementRect('b').top is 20
4 PASS Math.floor(elementRect('b').right) is 105
5 PASS elementRect('c').top is 40
6 PASS elementRect('c').right is 100
7 PASS elementRect('d').top is 60
8 PASS elementRect('d').right is 100
9 PASS elementRect('e').top is 80
10 PASS Math.floor(elementRect('e').right) is 105
11 PASS elementRect('f').top is 100
12 PASS elementRect('f').right is 200
13 PASS successfullyParsed is true