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> |