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

Unified Diff: LayoutTests/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
« no previous file with comments | « no previous file | LayoutTests/css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/line-height-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/line-height-interpolation-expected.txt b/LayoutTests/animations/interpolation/line-height-interpolation-expected.txt
index 9f00fba410796913454de182ad0372b568034ef2..d93ac35b4b3810a51250959bb22beb40d9af56c8 100644
--- a/LayoutTests/animations/interpolation/line-height-interpolation-expected.txt
+++ b/LayoutTests/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 [300px] 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 [300px] at 0.25, expected [250px]
-FAIL: line-height from [50vmin] to [100px] was [100px] 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 [100px] at 1.5, expected [0px]
-FAIL: line-height from [100px] to [50vmax] was [100px] 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 [100px] at 0.25, expected [175px]
-FAIL: line-height from [100px] to [50vmax] was [400px] 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 [400px] at 1.5, expected [550px]
-FAIL: line-height from [75vw] to [25vh] was [600px] 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 [600px] at 0.25, expected [487.5px]
-FAIL: line-height from [75vw] to [25vh] was [150px] 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
-FAIL: line-height from [75vw] to [25vh] was [150px] at 1.5, expected [0px]
+PASS: line-height from [75vw] to [25vh] was [0px] at 1.5
« no previous file with comments | « no previous file | LayoutTests/css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698