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

Unified Diff: LayoutTests/animations/interpolation/orphans-interpolation.html

Issue 108663009: orphans and widows should be positive integer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed animations/interpolation/orphans-interpolation.html Created 7 years 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
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/orphans-interpolation-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'}
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/orphans-interpolation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698