blob: ac285bdcf896a83b260cc7feeb1619daf419f0ab [file] [log] [blame]
PASS window.getComputedStyle(fixedElement).top is '100px'
PASS window.getComputedStyle(fixedElement).right is '100px'
PASS window.getComputedStyle(fixedElement).bottom is '100px'
PASS window.getComputedStyle(fixedElement).left is '100px'
PASS window.getComputedStyle(percentageElement).top is '50px'
PASS window.getComputedStyle(percentageElement).right is '100px'
PASS window.getComputedStyle(percentageElement).bottom is '50px'
PASS window.getComputedStyle(percentageElement).left is '100px'
PASS window.getComputedStyle(viewportElement).top is '120px'
PASS window.getComputedStyle(viewportElement).right is '160px'
PASS window.getComputedStyle(viewportElement).bottom is '120px'
PASS window.getComputedStyle(viewportElement).left is '160px'
PASS window.getComputedStyle(fixedElement).top is '100px'
PASS window.getComputedStyle(fixedElement).right is '100px'
PASS window.getComputedStyle(fixedElement).bottom is '100px'
PASS window.getComputedStyle(fixedElement).left is '100px'
PASS window.getComputedStyle(percentageElement).top is '50px'
PASS window.getComputedStyle(percentageElement).right is '100px'
PASS window.getComputedStyle(percentageElement).bottom is '50px'
PASS window.getComputedStyle(percentageElement).left is '100px'
PASS window.getComputedStyle(viewportElement).top is '48px'
PASS window.getComputedStyle(viewportElement).right is '64px'
PASS window.getComputedStyle(viewportElement).bottom is '48px'
PASS window.getComputedStyle(viewportElement).left is '64px'
PASS window.getComputedStyle(fixedElement).top is '100px'
PASS window.getComputedStyle(fixedElement).right is '100px'
PASS window.getComputedStyle(fixedElement).bottom is '100px'
PASS window.getComputedStyle(fixedElement).left is '100px'
PASS window.getComputedStyle(percentageElement).top is '50px'
PASS window.getComputedStyle(percentageElement).right is '100px'
PASS window.getComputedStyle(percentageElement).bottom is '50px'
PASS window.getComputedStyle(percentageElement).left is '100px'
PASS window.getComputedStyle(viewportElement).top is '60px'
PASS window.getComputedStyle(viewportElement).right is '80px'
PASS window.getComputedStyle(viewportElement).bottom is '60px'
PASS window.getComputedStyle(viewportElement).left is '80px'
Reported computed offset should not change with zoom level.