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

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

Issue 115253003: Layout support for new circle shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use FloatSize/FloatPoint's more 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
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 5998c27ccbbe388cdda43097b14214041f2a9461..dc0fdab5c53034fda1674ce44e237ec009c28214 100644
--- a/LayoutTests/animations/interpolation/shape-outside-expected.txt
+++ b/LayoutTests/animations/interpolation/shape-outside-expected.txt
@@ -10,12 +10,12 @@ PASS: shape-outside from [inset-rectangle(25px, 25px, 100px, 100px)] to [inset-r
PASS: shape-outside from [inset-rectangle(25px, 25px, 100px, 100px)] to [inset-rectangle(50px, 50px, 50px, 50px)] was [inset-rectangle(40px, 40px, 70px, 70px)] at 0.6
PASS: shape-outside from [inset-rectangle(25px, 25px, 100px, 100px)] to [inset-rectangle(50px, 50px, 50px, 50px)] was [inset-rectangle(50px, 50px, 50px, 50px)] at 1
PASS: shape-outside from [inset-rectangle(25px, 25px, 100px, 100px)] to [inset-rectangle(50px, 50px, 50px, 50px)] was [inset-rectangle(62.5px, 62.5px, 25px, 25px)] at 1.5
-PASS: shape-outside from [circle(0%, 0%, 100%)] to [circle(25%, 25%, 50%)] was [circle(-7.5%, -7.5%, 115%)] at -0.3
-PASS: shape-outside from [circle(0%, 0%, 100%)] to [circle(25%, 25%, 50%)] was [circle(0%, 0%, 100%)] at 0
-PASS: shape-outside from [circle(0%, 0%, 100%)] to [circle(25%, 25%, 50%)] was [circle(7.5%, 7.5%, 85%)] at 0.3
-PASS: shape-outside from [circle(0%, 0%, 100%)] to [circle(25%, 25%, 50%)] was [circle(15%, 15%, 70%)] at 0.6
-PASS: shape-outside from [circle(0%, 0%, 100%)] to [circle(25%, 25%, 50%)] was [circle(25%, 25%, 50%)] at 1
-PASS: shape-outside from [circle(0%, 0%, 100%)] to [circle(25%, 25%, 50%)] was [circle(37.5%, 37.5%, 25%)] at 1.5
+PASS: shape-outside from [circle(100% at 0% 0%)] to [circle(50% at 25% 25%)] was [circle(115% at -7.5% -7.5%)] at -0.3
+PASS: shape-outside from [circle(100% at 0% 0%)] to [circle(50% at 25% 25%)] was [circle(100% at 0% 0%)] at 0
+PASS: shape-outside from [circle(100% at 0% 0%)] to [circle(50% at 25% 25%)] was [circle(85% at 7.5% 7.5%)] at 0.3
+PASS: shape-outside from [circle(100% at 0% 0%)] to [circle(50% at 25% 25%)] was [circle(70% at 15% 15%)] at 0.6
+PASS: shape-outside from [circle(100% at 0% 0%)] to [circle(50% at 25% 25%)] was [circle(50% at 25% 25%)] at 1
+PASS: shape-outside from [circle(100% at 0% 0%)] to [circle(50% at 25% 25%)] was [circle(25% at 37.5% 37.5%)] at 1.5
PASS: shape-outside from [ellipse(0%, 0%, 100%, 100%)] to [ellipse(25%, 25%, 50%, 50%)] was [ellipse(-7.5%, -7.5%, 115%, 115%)] at -0.3
PASS: shape-outside from [ellipse(0%, 0%, 100%, 100%)] to [ellipse(25%, 25%, 50%, 50%)] was [ellipse(0%, 0%, 100%, 100%)] at 0
PASS: shape-outside from [ellipse(0%, 0%, 100%, 100%)] to [ellipse(25%, 25%, 50%, 50%)] was [ellipse(7.5%, 7.5%, 85%, 85%)] at 0.3

Powered by Google App Engine
This is Rietveld 408576698