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 |
+ |