| Index: LayoutTests/fast/css/computed-offset-with-zoom-expected.txt
|
| diff --git a/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt b/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt
|
| index b8215d289be1a40459d2ac0356555d4b4eb14f55..a2fbad524e168b20146894ddb84edb2d8b7eb193 100644
|
| --- a/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt
|
| +++ b/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt
|
| @@ -6,10 +6,10 @@ 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(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'
|
| PASS window.getComputedStyle(fixedElement).top is '100px'
|
| PASS window.getComputedStyle(fixedElement).right is '100px'
|
| PASS window.getComputedStyle(fixedElement).bottom is '100px'
|
| @@ -18,10 +18,10 @@ 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(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'
|
| PASS window.getComputedStyle(fixedElement).top is '100px'
|
| PASS window.getComputedStyle(fixedElement).right is '100px'
|
| PASS window.getComputedStyle(fixedElement).bottom is '100px'
|
|
|