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

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

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToR Created 6 years, 9 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
Index: LayoutTests/animations/interpolation/shape-inside.html
diff --git a/LayoutTests/animations/interpolation/shape-inside.html b/LayoutTests/animations/interpolation/shape-inside.html
index 9791038f8ee01aca421b1341a9dde4791b106300..7f72d7836d6a4406bf7cc1b611936ec5f9485a81 100644
--- a/LayoutTests/animations/interpolation/shape-inside.html
+++ b/LayoutTests/animations/interpolation/shape-inside.html
@@ -45,14 +45,14 @@ assertInterpolation({
assertInterpolation({
property: 'shape-inside',
from: 'none',
- to: 'ellipse(0%, 0%, 100%, 100%)',
+ to: 'ellipse(100% 100% at 0% 0%)',
}, [
{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%)'}
+ {at: 0.6, is: 'ellipse(100% 100% at 0% 0%)'},
+ {at: 1, is: 'ellipse(100% 100% at 0% 0%)'},
+ {at: 1.5, is: 'ellipse(100% 100% at 0% 0%)'}
]);
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698