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

Unified Diff: LayoutTests/virtual/legacy-animations-engine/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/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt
diff --git a/LayoutTests/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt b/LayoutTests/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt
index 93f786a387805c82c980c153d1b775f1e6444385..8fd843d11b595f749a2ed4c63b1aae4555ebf1a4 100644
--- a/LayoutTests/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt
+++ b/LayoutTests/virtual/legacy-animations-engine/animations/interpolation/line-height-interpolation-expected.txt
@@ -54,4 +54,29 @@ FAIL: line-height from [14px] to [4] was [33.79999923706055px] at 0.3, expected
FAIL: line-height from [14px] to [4] was [53.599998474121094px] at 0.6, expected [4] (parsed as [80px])
PASS: line-height from [14px] to [4] was [4] at 1
FAIL: line-height from [14px] to [4] was [113px] at 1.5, expected [4] (parsed as [80px])
+FAIL: line-height from [4vw] to [14vw] was [normal] at -1, expected [0] (parsed as [0px])
+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
+FAIL: line-height from [50vmin] to [100px] was [-25px] at -0.25, expected [50vmin] (parsed as [300px])
+PASS: line-height from [50vmin] to [100px] was [50vmin] at 0
+FAIL: line-height from [50vmin] to [100px] was [25px] at 0.25, expected [50vmin] (parsed as [300px])
+FAIL: line-height from [50vmin] to [100px] was [75px] at 0.75, expected [100px]
+PASS: line-height from [50vmin] to [100px] was [100px] at 1
+FAIL: line-height from [50vmin] to [100px] was [150px] at 1.5, expected [100px]
+FAIL: line-height from [100px] to [50vmax] was [125px] at -0.25, expected [100px]
+PASS: line-height from [100px] to [50vmax] was [100px] at 0
+FAIL: line-height from [100px] to [50vmax] was [75px] at 0.25, expected [100px]
+FAIL: line-height from [100px] to [50vmax] was [25px] at 0.75, expected [50vmax] (parsed as [400px])
+PASS: line-height from [100px] to [50vmax] was [50vmax] at 1
+FAIL: line-height from [100px] to [50vmax] was [-50px] at 1.5, expected [50vmax] (parsed as [400px])
+FAIL: line-height from [50vw] to [100vh] was [0px] at -0.25, expected [50vw] (parsed as [400px])
+PASS: line-height from [50vw] to [100vh] was [50vw] at 0
+FAIL: line-height from [50vw] to [100vh] was [0px] at 0.25, expected [50vw] (parsed as [400px])
+FAIL: line-height from [50vw] to [100vh] was [0px] at 0.75, expected [100vh] (parsed as [600px])
+PASS: line-height from [50vw] to [100vh] was [100vh] at 1
+FAIL: line-height from [50vw] to [100vh] was [0px] at 1.5, expected [100vh] (parsed as [600px])

Powered by Google App Engine
This is Rietveld 408576698