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

Unified Diff: LayoutTests/animations/interpolation/viewport-unit-interpolation-expected.txt

Issue 228063006: Remove special cases for viewport units, and add tests for viewport units in calc(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Convert to interpolation test. Created 6 years, 8 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/animations/interpolation/viewport-unit-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/viewport-unit-interpolation-expected.txt b/LayoutTests/animations/interpolation/viewport-unit-interpolation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..914afc4738941c274a6985e348df7b9cca6845fe
--- /dev/null
+++ b/LayoutTests/animations/interpolation/viewport-unit-interpolation-expected.txt
@@ -0,0 +1,16 @@
+CSS Animations:
+PASS: width from [1em] to [10vw] was [0.00px] at -0.3
+PASS: width from [1em] to [10vw] was [16.00px] at 0
+PASS: width from [1em] to [10vw] was [35.20px] at 0.3
+PASS: width from [1em] to [10vw] was [54.40px] at 0.6
+PASS: width from [1em] to [10vw] was [80.00px] at 1
+PASS: width from [1em] to [10vw] was [112.00px] at 1.5
+
+Web Animations API:
+PASS: width from [1em] to [10vw] was [0.00px] at -0.3
+PASS: width from [1em] to [10vw] was [16.00px] at 0
+PASS: width from [1em] to [10vw] was [35.20px] at 0.3
+PASS: width from [1em] to [10vw] was [54.40px] at 0.6
+PASS: width from [1em] to [10vw] was [80.00px] at 1
+PASS: width from [1em] to [10vw] was [112.00px] at 1.5
+
« no previous file with comments | « LayoutTests/animations/interpolation/viewport-unit-interpolation.html ('k') | LayoutTests/css3/calc/viewport-unit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698