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

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

Issue 203723005: Web Animations API: Update interpolation test harness to test element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and added rounding to numbers that get displayed Created 6 years, 9 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
index 35922d9e59d1487a4b0989a65be1befadaee7daf..a6babc002e018ef6ea8a414d26e4071515cec53f 100644
--- a/LayoutTests/animations/interpolation/font-weight-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/font-weight-interpolation-expected.txt
@@ -1,3 +1,4 @@
+CSS Animations:
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
@@ -19,3 +20,25 @@ 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
+Web Animations API:
+PASS: fontWeight from [100] to [900] was [100] at 0
+PASS: fontWeight from [100] to [900] was [200] at 0.125
+PASS: fontWeight from [100] to [900] was [300] at 0.25
+PASS: fontWeight from [100] to [900] was [400] at 0.375
+PASS: fontWeight from [100] to [900] was [500] at 0.5
+PASS: fontWeight from [100] to [900] was [600] at 0.625
+PASS: fontWeight from [100] to [900] was [700] at 0.75
+PASS: fontWeight from [100] to [900] was [800] at 0.875
+PASS: fontWeight from [100] to [900] was [900] at 1
+PASS: fontWeight from [100] to [900] was [100] at 0.0125
+PASS: fontWeight from [100] to [900] was [100] at 0.06125
+PASS: fontWeight from [100] to [900] was [200] at 0.0625
+PASS: fontWeight from [100] to [900] was [200] at 0.06375
+PASS: fontWeight from [100] to [900] was [200] at 0.1125
+PASS: fontWeight from [100] to [900] was [800] at 0.8875
+PASS: fontWeight from [100] to [900] was [800] at 0.93625
+PASS: fontWeight from [100] to [900] was [900] at 0.9375
+PASS: fontWeight from [100] to [900] was [900] at 0.93875
+PASS: fontWeight from [100] to [900] was [100] at -0.1
+PASS: fontWeight from [100] to [900] was [900] at 1.1
+

Powered by Google App Engine
This is Rietveld 408576698