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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000.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-outside-floats/shape-outside-floats-ellipse-000.html
diff --git a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000.html
similarity index 94%
copy from LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000.html
copy to LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000.html
index 56e8a9e2da5cb6cfb8ce4ead6d65baa931f45c7b..e5ebd24156a2fa8b74bb843d7dca36e7ffb3b6f1 100644
--- a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000.html
@@ -19,7 +19,7 @@
background-color: blue;
overflow: hidden;
border-radius: 160px / 80px;
- shape-outside: ellipse(160px, 80px, 160px, 80px); /* cx,cy,rx,ry */
+ shape-outside: ellipse(160px 80px at 160px 80px);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698