OLD | NEW |
1 PASS window.getComputedStyle(fixedElement).top is '100px' | 1 PASS window.getComputedStyle(fixedElement).top is '100px' |
2 PASS window.getComputedStyle(fixedElement).right is '100px' | 2 PASS window.getComputedStyle(fixedElement).right is '100px' |
3 PASS window.getComputedStyle(fixedElement).bottom is '100px' | 3 PASS window.getComputedStyle(fixedElement).bottom is '100px' |
4 PASS window.getComputedStyle(fixedElement).left is '100px' | 4 PASS window.getComputedStyle(fixedElement).left is '100px' |
5 PASS window.getComputedStyle(percentageElement).top is '50px' | 5 PASS window.getComputedStyle(percentageElement).top is '50px' |
6 PASS window.getComputedStyle(percentageElement).right is '100px' | 6 PASS window.getComputedStyle(percentageElement).right is '100px' |
7 PASS window.getComputedStyle(percentageElement).bottom is '50px' | 7 PASS window.getComputedStyle(percentageElement).bottom is '50px' |
8 PASS window.getComputedStyle(percentageElement).left is '100px' | 8 PASS window.getComputedStyle(percentageElement).left is '100px' |
9 PASS window.getComputedStyle(viewportElement).top is '120px' | 9 PASS window.getComputedStyle(viewportElement).top is '120px' |
10 PASS window.getComputedStyle(viewportElement).right is '160px' | 10 PASS window.getComputedStyle(viewportElement).right is '160px' |
(...skipping 16 matching lines...) Expand all Loading... |
27 PASS window.getComputedStyle(fixedElement).bottom is '100px' | 27 PASS window.getComputedStyle(fixedElement).bottom is '100px' |
28 PASS window.getComputedStyle(fixedElement).left is '100px' | 28 PASS window.getComputedStyle(fixedElement).left is '100px' |
29 PASS window.getComputedStyle(percentageElement).top is '50px' | 29 PASS window.getComputedStyle(percentageElement).top is '50px' |
30 PASS window.getComputedStyle(percentageElement).right is '100px' | 30 PASS window.getComputedStyle(percentageElement).right is '100px' |
31 PASS window.getComputedStyle(percentageElement).bottom is '50px' | 31 PASS window.getComputedStyle(percentageElement).bottom is '50px' |
32 PASS window.getComputedStyle(percentageElement).left is '100px' | 32 PASS window.getComputedStyle(percentageElement).left is '100px' |
33 PASS window.getComputedStyle(viewportElement).top is '60px' | 33 PASS window.getComputedStyle(viewportElement).top is '60px' |
34 PASS window.getComputedStyle(viewportElement).right is '80px' | 34 PASS window.getComputedStyle(viewportElement).right is '80px' |
35 PASS window.getComputedStyle(viewportElement).bottom is '60px' | 35 PASS window.getComputedStyle(viewportElement).bottom is '60px' |
36 PASS window.getComputedStyle(viewportElement).left is '80px' | 36 PASS window.getComputedStyle(viewportElement).left is '80px' |
| 37 PASS successfullyParsed is true |
| 38 |
| 39 TEST COMPLETE |
37 Reported computed offset should not change with zoom level. | 40 Reported computed offset should not change with zoom level. |
38 | 41 |
39 | 42 |
OLD | NEW |