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

Unified Diff: LayoutTests/platform/linux/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt

Issue 82083002: Move viewport unit resolution to style recalc time (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rename browser zoom to page zoom Created 6 years, 12 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: LayoutTests/platform/linux/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt
diff --git a/LayoutTests/platform/linux/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt b/LayoutTests/platform/linux/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt
index db3959e28207f1bc6a02e436e0ba93a4d2991186..56ca021818f2ee3f9a0bc6d6b7159f9f583e1d16 100644
--- a/LayoutTests/platform/linux/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt
+++ b/LayoutTests/platform/linux/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt
@@ -61,22 +61,22 @@ PASS: line-height from [4vw] to [14vw] was [7vw] at 0.3
PASS: line-height from [4vw] to [14vw] was [10vw] at 0.6
PASS: line-height from [4vw] to [14vw] was [14vw] at 1
PASS: line-height from [4vw] to [14vw] was [19vw] at 1.5
-FAIL: line-height from [50vmin] to [100px] was [-25px] at -0.25, expected [350px]
+PASS: line-height from [50vmin] to [100px] was [350px] at -0.25
PASS: line-height from [50vmin] to [100px] was [300px] at 0
-FAIL: line-height from [50vmin] to [100px] was [25px] at 0.25, expected [250px]
-FAIL: line-height from [50vmin] to [100px] was [75px] at 0.75, expected [150px]
+PASS: line-height from [50vmin] to [100px] was [250px] at 0.25
+PASS: line-height from [50vmin] to [100px] was [150px] at 0.75
PASS: line-height from [50vmin] to [100px] was [100px] at 1
-FAIL: line-height from [50vmin] to [100px] was [150px] at 1.5, expected [0px]
-FAIL: line-height from [100px] to [50vmax] was [125px] at -0.25, expected [25px]
+PASS: line-height from [50vmin] to [100px] was [0px] at 1.5
+PASS: line-height from [100px] to [50vmax] was [25px] at -0.25
PASS: line-height from [100px] to [50vmax] was [100px] at 0
-FAIL: line-height from [100px] to [50vmax] was [75px] at 0.25, expected [175px]
-FAIL: line-height from [100px] to [50vmax] was [25px] at 0.75, expected [325px]
+PASS: line-height from [100px] to [50vmax] was [175px] at 0.25
+PASS: line-height from [100px] to [50vmax] was [325px] at 0.75
PASS: line-height from [100px] to [50vmax] was [400px] at 1
-FAIL: line-height from [100px] to [50vmax] was [-50px] at 1.5, expected [550px]
-FAIL: line-height from [75vw] to [25vh] was [0px] at -0.25, expected [712.5px]
+PASS: line-height from [100px] to [50vmax] was [550px] at 1.5
+PASS: line-height from [75vw] to [25vh] was [712.5px] at -0.25
PASS: line-height from [75vw] to [25vh] was [600px] at 0
-FAIL: line-height from [75vw] to [25vh] was [0px] at 0.25, expected [487.5px]
-FAIL: line-height from [75vw] to [25vh] was [0px] at 0.75, expected [262.5px]
+PASS: line-height from [75vw] to [25vh] was [487.5px] at 0.25
+PASS: line-height from [75vw] to [25vh] was [262.5px] at 0.75
PASS: line-height from [75vw] to [25vh] was [150px] at 1
-PASS: line-height from [75vw] to [25vh] was [0px] at 1.5
+FAIL: line-height from [75vw] to [25vh] was [normal] at 1.5, expected [0px]

Powered by Google App Engine
This is Rietveld 408576698