|
1 | 1 | PASS window.getComputedStyle(fixedElement).top is '100px'
|
2 |
| -PASS window.getComputedStyle(fixedElement).right is '-100px' |
3 |
| -PASS window.getComputedStyle(fixedElement).bottom is '-100px' |
| 2 | +PASS window.getComputedStyle(fixedElement).right is '100px' |
| 3 | +PASS window.getComputedStyle(fixedElement).bottom is '100px' |
4 | 4 | PASS window.getComputedStyle(fixedElement).left is '100px'
|
5 | 5 | PASS window.getComputedStyle(percentageElement).top is '50px'
|
6 | 6 | PASS window.getComputedStyle(percentageElement).right is '100px'
|
7 | 7 | PASS window.getComputedStyle(percentageElement).bottom is '50px'
|
8 | 8 | PASS window.getComputedStyle(percentageElement).left is '100px'
|
9 | 9 | PASS window.getComputedStyle(viewportElement).top is '60px'
|
10 |
| -PASS window.getComputedStyle(viewportElement).right is '-80px' |
11 |
| -PASS window.getComputedStyle(viewportElement).bottom is '-60px' |
| 10 | +PASS window.getComputedStyle(viewportElement).right is '80px' |
| 11 | +PASS window.getComputedStyle(viewportElement).bottom is '60px' |
12 | 12 | PASS window.getComputedStyle(viewportElement).left is '80px'
|
13 | 13 | PASS window.getComputedStyle(fixedElement).top is '100px'
|
14 |
| -PASS window.getComputedStyle(fixedElement).right is '-100px' |
15 |
| -PASS window.getComputedStyle(fixedElement).bottom is '-100px' |
| 14 | +PASS window.getComputedStyle(fixedElement).right is '100px' |
| 15 | +PASS window.getComputedStyle(fixedElement).bottom is '100px' |
16 | 16 | PASS window.getComputedStyle(fixedElement).left is '100px'
|
17 | 17 | PASS window.getComputedStyle(percentageElement).top is '50px'
|
18 | 18 | PASS window.getComputedStyle(percentageElement).right is '100px'
|
19 | 19 | PASS window.getComputedStyle(percentageElement).bottom is '50px'
|
20 | 20 | PASS window.getComputedStyle(percentageElement).left is '100px'
|
21 | 21 | PASS window.getComputedStyle(viewportElement).top is '60px'
|
22 |
| -PASS window.getComputedStyle(viewportElement).right is '-80px' |
23 |
| -PASS window.getComputedStyle(viewportElement).bottom is '-60px' |
| 22 | +PASS window.getComputedStyle(viewportElement).right is '80px' |
| 23 | +PASS window.getComputedStyle(viewportElement).bottom is '60px' |
24 | 24 | PASS window.getComputedStyle(viewportElement).left is '80px'
|
25 | 25 | PASS window.getComputedStyle(fixedElement).top is '100px'
|
26 |
| -PASS window.getComputedStyle(fixedElement).right is '-100px' |
27 |
| -PASS window.getComputedStyle(fixedElement).bottom is '-100px' |
| 26 | +PASS window.getComputedStyle(fixedElement).right is '100px' |
| 27 | +PASS window.getComputedStyle(fixedElement).bottom is '100px' |
28 | 28 | PASS window.getComputedStyle(fixedElement).left is '100px'
|
29 | 29 | PASS window.getComputedStyle(percentageElement).top is '50px'
|
30 | 30 | PASS window.getComputedStyle(percentageElement).right is '100px'
|
31 | 31 | PASS window.getComputedStyle(percentageElement).bottom is '50px'
|
32 | 32 | PASS window.getComputedStyle(percentageElement).left is '100px'
|
33 | 33 | PASS window.getComputedStyle(viewportElement).top is '60px'
|
34 |
| -PASS window.getComputedStyle(viewportElement).right is '-80px' |
35 |
| -PASS window.getComputedStyle(viewportElement).bottom is '-60px' |
| 34 | +PASS window.getComputedStyle(viewportElement).right is '80px' |
| 35 | +PASS window.getComputedStyle(viewportElement).bottom is '60px' |
36 | 36 | PASS window.getComputedStyle(viewportElement).left is '80px'
|
37 | 37 | PASS successfullyParsed is true
|
38 | 38 |
|
|
0 commit comments