1 PASS window.getComputedStyle(fixedElement).top is '100px'
2 PASS window.getComputedStyle(fixedElement).right is '100px'
3 PASS window.getComputedStyle(fixedElement).bottom is '100px'
4 PASS window.getComputedStyle(fixedElement).left is '100px'
5 PASS window.getComputedStyle(percentageElement).top is '50px'
6 PASS window.getComputedStyle(percentageElement).right is '100px'
7 PASS window.getComputedStyle(percentageElement).bottom is '50px'
8 PASS window.getComputedStyle(percentageElement).left is '100px'
9 PASS window.getComputedStyle(viewportElement).top is '60px'
10 PASS window.getComputedStyle(viewportElement).right is '80px'
11 PASS window.getComputedStyle(viewportElement).bottom is '60px'
12 PASS window.getComputedStyle(viewportElement).left is '80px'
13 PASS window.getComputedStyle(fixedElement).top is '100px'
14 PASS window.getComputedStyle(fixedElement).right is '100px'
15 PASS window.getComputedStyle(fixedElement).bottom is '100px'
16 PASS window.getComputedStyle(fixedElement).left is '100px'
17 PASS window.getComputedStyle(percentageElement).top is '50px'
18 PASS window.getComputedStyle(percentageElement).right is '100px'
19 PASS window.getComputedStyle(percentageElement).bottom is '50px'
20 PASS window.getComputedStyle(percentageElement).left is '100px'
21 PASS window.getComputedStyle(viewportElement).top is '60px'
22 PASS window.getComputedStyle(viewportElement).right is '80px'
23 PASS window.getComputedStyle(viewportElement).bottom is '60px'
24 PASS window.getComputedStyle(viewportElement).left is '80px'
25 PASS window.getComputedStyle(fixedElement).top is '100px'
26 PASS window.getComputedStyle(fixedElement).right is '100px'
27 PASS window.getComputedStyle(fixedElement).bottom is '100px'
28 PASS window.getComputedStyle(fixedElement).left is '100px'
29 PASS window.getComputedStyle(percentageElement).top is '50px'
30 PASS window.getComputedStyle(percentageElement).right is '100px'
31 PASS window.getComputedStyle(percentageElement).bottom is '50px'
32 PASS window.getComputedStyle(percentageElement).left is '100px'
33 PASS window.getComputedStyle(viewportElement).top is '60px'
34 PASS window.getComputedStyle(viewportElement).right is '80px'
35 PASS window.getComputedStyle(viewportElement).bottom is '60px'
36 PASS window.getComputedStyle(viewportElement).left is '80px'
37 PASS successfullyParsed is true
40 Reported computed offset should not change with zoom level.