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

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

Issue 82083002: Move viewport unit resolution to style recalc time (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years 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: 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'

Powered by Google App Engine
This is Rietveld 408576698