Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: third_party/WebKit/LayoutTests/fast/css/computed-offset-with-zoom-expected.txt

Issue 2016913003: Revert of getComputedStyle should handle over-constrained properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698