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

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

Issue 185133006: [CSS Shapes] Serialize circle/ellipse positions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectation 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
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/shape-outside-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/shape-outside.html
diff --git a/LayoutTests/animations/interpolation/shape-outside.html b/LayoutTests/animations/interpolation/shape-outside.html
index aa7622684b8f9760a35fefb77a88433e778e2dee..e09ab20b0f94b6c4efd10089e25b8e6739120ba6 100644
--- a/LayoutTests/animations/interpolation/shape-outside.html
+++ b/LayoutTests/animations/interpolation/shape-outside.html
@@ -101,7 +101,7 @@ assertInterpolation({
to: 'circle(30% at right 20% bottom 30px)',
}, [
{at: 0, is: 'circle(20% at right 10% bottom 20px)'},
- {at: 0.5, is: 'circle(25% at right 15% bottom 25px)'},
+ {at: 0.5, is: 'circle(25% at left 85% bottom 25px)'},
{at: 1, is: 'circle(30% at right 20% bottom 30px)'},
]);
</script>
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/shape-outside-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698