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

Unified Diff: LayoutTests/css3/masking/clip-path-animation-expected.txt

Issue 124303002: Layout support for new ellipse shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT 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
« no previous file with comments | « LayoutTests/css3/masking/clip-path-animation.html ('k') | LayoutTests/css3/masking/clip-path-ellipse.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/masking/clip-path-animation-expected.txt
diff --git a/LayoutTests/css3/masking/clip-path-animation-expected.txt b/LayoutTests/css3/masking/clip-path-animation-expected.txt
index 1c93ece1fbb7ff83c98bb852057f21210520a7b7..161905dcc7f7414eb5b546805d091cbad2d82d1d 100644
--- a/LayoutTests/css3/masking/clip-path-animation-expected.txt
+++ b/LayoutTests/css3/masking/clip-path-animation-expected.txt
@@ -1,5 +1,5 @@
PASS - "webkitClipPath" property for "rectangle-box" element at 1s saw something close to: rectangle(10%, 10%, 80%, 80%, 0px, 0px)
PASS - "webkitClipPath" property for "circle-box" element at 1s saw something close to: circle(35% at 35% 35%)
-PASS - "webkitClipPath" property for "ellipse-box" element at 1s saw something close to: ellipse(35%, 35%, 35%, 30%)
+PASS - "webkitClipPath" property for "ellipse-box" element at 1s saw something close to: ellipse(35% 30% at 35% 35%)
PASS - "webkitClipPath" property for "polygon-box" element at 1s saw something close to: polygon(nonzero, 10% 10%, 90% 10%, 90% 90%, 10% 90%)
« no previous file with comments | « LayoutTests/css3/masking/clip-path-animation.html ('k') | LayoutTests/css3/masking/clip-path-ellipse.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698