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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse-padding.html

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
Index: LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse-padding.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse-padding.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse-padding.html
index fcf7ef2629ef18393b4891afdfd1bd89b3bd0435..76cb008b4b89ba58fea299a01fbcd19a413ddb3b 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse-padding.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse-padding.html
@@ -9,7 +9,7 @@
position: relative;
width: 500px;
height: 500px;
- shape-inside: ellipse(220px, 220px, 250px, 150px);
+ shape-inside: ellipse(250px 150px at 220px 220px);
shape-padding: 50px;
font: 178px/1 Ahem, sans-serif;
color: green;

Powered by Google App Engine
This is Rietveld 408576698