Index: third_party/WebKit/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt b/third_party/WebKit/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt |
index e5c6bda6df91207f3fbf71e1a8f3bb143d03d4aa..a2fbad524e168b20146894ddb84edb2d8b7eb193 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt |
@@ -1,38 +1,38 @@ |
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).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).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' |
+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).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' |
+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).right is '80px' |
+PASS window.getComputedStyle(viewportElement).bottom is '60px' |
PASS window.getComputedStyle(viewportElement).left is '80px' |
PASS successfullyParsed is true |