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

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

Issue 144373002: [CSS Shapes] Basic shapes' computed position should be a horizontal and vertical offset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Try to fix tests 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 226caff749d30fc90fed546f13d82405c28668a7..3c5cfde73bdcf7c855881df6856bb71c8f08b595 100644
--- a/LayoutTests/animations/interpolation/shape-outside-expected.txt
+++ b/LayoutTests/animations/interpolation/shape-outside-expected.txt
@@ -40,4 +40,6 @@ PASS: shape-outside from [none] to [ellipse(100% 100% at 0% 0%)] was [none] at 0
PASS: shape-outside from [none] to [ellipse(100% 100% at 0% 0%)] was [ellipse(100% 100% at 0% 0%)] at 0.6
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
+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

Powered by Google App Engine
This is Rietveld 408576698