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

Unified Diff: LayoutTests/animations/interpolation/line-height-interpolation-expected.txt

Issue 90113003: Web Animations CSS: Fix crash when animating viewport units (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Preserve legacy viewport unit blend behaviour Created 7 years, 1 month 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/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 7a0d9426bfbba5aff30ccf9c19b0849e8a53fe9a..d5d024a05235c1fe92c9d52bf93a60e91132c8dd 100644
--- a/LayoutTests/animations/interpolation/line-height-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/line-height-interpolation-expected.txt
@@ -54,4 +54,29 @@ PASS: line-height from [14px] to [4] was [14px] at 0.3
PASS: line-height from [14px] to [4] was [4] at 0.6
PASS: line-height from [14px] to [4] was [4] at 1
PASS: line-height from [14px] to [4] was [4] at 1.5
+PASS: line-height from [4vw] to [14vw] was [0] at -1
+PASS: line-height from [4vw] to [14vw] was [1vw] at -0.3
+PASS: line-height from [4vw] to [14vw] was [4vw] at 0
+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
+PASS: line-height from [50vmin] to [100px] was [50vmin] at -0.25
+PASS: line-height from [50vmin] to [100px] was [50vmin] at 0
+PASS: line-height from [50vmin] to [100px] was [50vmin] at 0.25
+PASS: line-height from [50vmin] to [100px] was [100px] at 0.75
+PASS: line-height from [50vmin] to [100px] was [100px] at 1
+PASS: line-height from [50vmin] to [100px] was [100px] at 1.5
+PASS: line-height from [100px] to [50vmax] was [100px] at -0.25
+PASS: line-height from [100px] to [50vmax] was [100px] at 0
+PASS: line-height from [100px] to [50vmax] was [100px] at 0.25
+PASS: line-height from [100px] to [50vmax] was [50vmax] at 0.75
+PASS: line-height from [100px] to [50vmax] was [50vmax] at 1
+PASS: line-height from [100px] to [50vmax] was [50vmax] at 1.5
+PASS: line-height from [50vw] to [100vh] was [50vw] at -0.25
+PASS: line-height from [50vw] to [100vh] was [50vw] at 0
+PASS: line-height from [50vw] to [100vh] was [50vw] at 0.25
+PASS: line-height from [50vw] to [100vh] was [100vh] at 0.75
+PASS: line-height from [50vw] to [100vh] was [100vh] at 1
+PASS: line-height from [50vw] to [100vh] was [100vh] at 1.5

Powered by Google App Engine
This is Rietveld 408576698