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

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

Issue 273903002: Web Animations API: Length properties responsive to style changes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 7 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 | LayoutTests/animations/interpolation/perspective-interpolation-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/perspective-interpolation.html
diff --git a/LayoutTests/animations/interpolation/perspective-interpolation.html b/LayoutTests/animations/interpolation/perspective-interpolation.html
index 749e89ddcfbd9e8ef73cafa9024ae7eb2d1c4250..90fdf4a8802427e5aecb15443934969c92619a5d 100644
--- a/LayoutTests/animations/interpolation/perspective-interpolation.html
+++ b/LayoutTests/animations/interpolation/perspective-interpolation.html
@@ -34,6 +34,7 @@ assertInterpolation({
to: '100px'
}, [
{at: -20, is: 'none'}, // perspective does not accept 0 or negative values
+ {at: -1, is: 'none'}, // perspective does not accept 0 or negative values
{at: -0.3, is: '35px'},
{at: 0, is: '50px'},
{at: 0.3, is: '65px'},
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/perspective-interpolation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698