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

Unified Diff: LayoutTests/animations/interpolation/shape-outside-expected.txt

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
Index: LayoutTests/animations/interpolation/shape-outside-expected.txt
diff --git a/LayoutTests/animations/interpolation/shape-outside-expected.txt b/LayoutTests/animations/interpolation/shape-outside-expected.txt
index cb2a3e191355416c2aa8bf4e8e7eac5feb3fd0ca..4d22263ec68ec988f92062c434bcb32d2ef2179a 100644
--- a/LayoutTests/animations/interpolation/shape-outside-expected.txt
+++ b/LayoutTests/animations/interpolation/shape-outside-expected.txt
@@ -41,6 +41,6 @@ PASS: shape-outside from [none] to [ellipse(100% 100% at 0% 0%)] was [ellipse(10
PASS: shape-outside from [none] to [ellipse(100% 100% at 0% 0%)] was [ellipse(100% 100% at 0% 0%)] at 1
PASS: shape-outside from [none] to [ellipse(100% 100% at 0% 0%)] was [ellipse(100% 100% at 0% 0%)] at 1.5
PASS: shape-outside from [circle(20% at right 10% bottom 20px)] to [circle(30% at right 20% bottom 30px)] was [circle(20% at right 10% bottom 20px)] at 0
-FAIL: shape-outside from [circle(20% at right 10% bottom 20px)] to [circle(30% at right 20% bottom 30px)] was [circle(25% at calc(((100% - 10%) * 0.5) + ((100% - 20%) * 0.5)) calc(((100% - 20px) * 0.5) + ((100% - 30px) * 0.5)))] at 0.5, expected [circle(25% at right 15% bottom 25px)]
+FAIL: shape-outside from [circle(20% at right 10% bottom 20px)] to [circle(30% at right 20% bottom 30px)] was [circle(25% at calc(((100% - 10%) * 0.5) + ((100% - 20%) * 0.5)) calc(((100% - 20px) * 0.5) + ((100% - 30px) * 0.5)))] at 0.5, expected [circle(25% at left 85% bottom 25px)]
PASS: shape-outside from [circle(20% at right 10% bottom 20px)] to [circle(30% at right 20% bottom 30px)] was [circle(30% at right 20% bottom 30px)] at 1
« no previous file with comments | « LayoutTests/animations/interpolation/shape-outside.html ('k') | LayoutTests/fast/masking/parsing-clip-path-shape.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698