Index: LayoutTests/animations/interpolation/orphans-interpolation.html |
diff --git a/LayoutTests/animations/interpolation/orphans-interpolation.html b/LayoutTests/animations/interpolation/orphans-interpolation.html |
index 3a7bc2899edf1fee50ad52fd7b890ec34fbab50e..173f84d322777fb5c24b38b9a2bbbba3f30ab21c 100644 |
--- a/LayoutTests/animations/interpolation/orphans-interpolation.html |
+++ b/LayoutTests/animations/interpolation/orphans-interpolation.html |
@@ -13,12 +13,12 @@ |
assertInterpolation({ |
property: 'orphans', |
from: '10', |
- to: '0' |
+ to: '1' |
}, [ |
{at: -0.5, is: '15'}, |
{at: 0, is: '10'}, |
{at: 0.3, is: '7'}, |
- {at: 0.7, is: '3'}, |
+ {at: 0.7, is: '4'}, |
// Only positive integers are valid |
{at: 1, is: '1'}, |
{at: 1.5, is: '1'} |