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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html

Issue 1909233002: Spec-compliant parsing and initial values for 'orphans' and 'widows'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some unit tests had non-conformant widphans assumptions too. Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/pasteboard/data-transfer-items-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html
index 29a2d9e68b1a06af8f63c883921a027ca0589413..ec2c3c9b6902541f0abaf278575a0bfa86fb4713 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/widows-interpolation.html
@@ -33,11 +33,11 @@ assertInterpolation({
{at: -3, is: '1'},
{at: -2.5, is: '1'},
{at: -0.5, is: '1'},
- {at: 0, is: '1'},
+ {at: 0, is: '2'},
{at: 0.3, is: '7'},
- {at: 0.6, is: '12'},
+ {at: 0.6, is: '13'},
{at: 1, is: '20'},
- {at: 1.5, is: '30'},
+ {at: 1.5, is: '29'},
]);
assertInterpolation({
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/pasteboard/data-transfer-items-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698