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

Unified Diff: LayoutTests/animations/interpolation/shape-inside.html

Issue 112103012: Update default shape property value to 'none' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merging with new ellipse code Created 6 years, 11 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/shape-inside-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/shape-inside.html
diff --git a/LayoutTests/animations/interpolation/shape-inside.html b/LayoutTests/animations/interpolation/shape-inside.html
index 77f4bf11300ae01d1425822c889c61e7dd72f8e7..9791038f8ee01aca421b1341a9dde4791b106300 100644
--- a/LayoutTests/animations/interpolation/shape-inside.html
+++ b/LayoutTests/animations/interpolation/shape-inside.html
@@ -44,12 +44,12 @@ assertInterpolation({
assertInterpolation({
property: 'shape-inside',
- from: 'auto',
+ from: 'none',
to: 'ellipse(0%, 0%, 100%, 100%)',
}, [
- {at: -0.3, is: 'auto'},
- {at: 0, is: 'auto'},
- {at: 0.3, is: 'auto'},
+ {at: -0.3, is: 'none'},
+ {at: 0, is: 'none'},
+ {at: 0.3, is: 'none'},
{at: 0.6, is: 'ellipse(0%, 0%, 100%, 100%)'},
{at: 1, is: 'ellipse(0%, 0%, 100%, 100%)'},
{at: 1.5, is: 'ellipse(0%, 0%, 100%, 100%)'}
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/shape-inside-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698