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

Unified Diff: LayoutTests/platform/linux/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: Linux test expectation search fallback path sadface 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/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 93f786a387805c82c980c153d1b775f1e6444385..db3959e28207f1bc6a02e436e0ba93a4d2991186 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
@@ -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 [350px]
+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 [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 [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 [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 [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 [150px] at 1
+PASS: line-height from [75vw] to [25vh] was [0px] at 1.5

Powered by Google App Engine
This is Rietveld 408576698