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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse.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.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse.html
index 5198ee4219e629d318cc375b93daf17afbf9fc88..f22c699bcec53aa6ed8c40a3cc86d0347a5864e3 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-ellipse.html
@@ -12,7 +12,7 @@
position: relative;
width: 500px;
height: 500px;
- shape-inside: ellipse(220px, 220px, 200px, 100px);
+ shape-inside: ellipse(200px 100px at 220px 220px);
font: 178px/1 Ahem, sans-serif;
color: green;
}

Powered by Google App Engine
This is Rietveld 408576698