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

Unified Diff: LayoutTests/animations/interpolation/font-weight-interpolation-expected.txt

Issue 173953002: Make font-weight animatable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use clampTo<int>. Created 6 years, 10 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/font-weight-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/font-weight-interpolation-expected.txt b/LayoutTests/animations/interpolation/font-weight-interpolation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..35922d9e59d1487a4b0989a65be1befadaee7daf
--- /dev/null
+++ b/LayoutTests/animations/interpolation/font-weight-interpolation-expected.txt
@@ -0,0 +1,21 @@
+PASS: font-weight from [100] to [900] was [100] at 0
+PASS: font-weight from [100] to [900] was [200] at 0.125
+PASS: font-weight from [100] to [900] was [300] at 0.25
+PASS: font-weight from [100] to [900] was [400] at 0.375
+PASS: font-weight from [100] to [900] was [500] at 0.5
+PASS: font-weight from [100] to [900] was [600] at 0.625
+PASS: font-weight from [100] to [900] was [700] at 0.75
+PASS: font-weight from [100] to [900] was [800] at 0.875
+PASS: font-weight from [100] to [900] was [900] at 1
+PASS: font-weight from [100] to [900] was [100] at 0.0125
+PASS: font-weight from [100] to [900] was [100] at 0.06125
+PASS: font-weight from [100] to [900] was [200] at 0.0625
+PASS: font-weight from [100] to [900] was [200] at 0.06375
+PASS: font-weight from [100] to [900] was [200] at 0.1125
+PASS: font-weight from [100] to [900] was [800] at 0.8875
+PASS: font-weight from [100] to [900] was [800] at 0.93625
+PASS: font-weight from [100] to [900] was [900] at 0.9375
+PASS: font-weight from [100] to [900] was [900] at 0.93875
+PASS: font-weight from [100] to [900] was [100] at -0.1
+PASS: font-weight from [100] to [900] was [900] at 1.1
+

Powered by Google App Engine
This is Rietveld 408576698