Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-001.html |
diff --git a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-001.html |
similarity index 57% |
copy from LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html |
copy to LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-001.html |
index 51a09190b77ae414ed2b9945d9973e014b20b591..d5f24667f5875e120f0df0f5c904fdd3d2c66806 100644 |
--- a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html |
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-001.html |
@@ -1,10 +1,5 @@ |
<!DOCTYPE html> |
-<title>CSS Test: circle shape-outside on floats with percentage radius</title> |
-<link rel="author" title="Adobe" href="http://html.adobe.com/"> |
-<link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com"> |
-<link rel="help" href="http://dev.w3.org/csswg/css-shapes-1/#shape-outside-property"> |
-<link rel="match" href="shape-outside-floats-circle-001-ref.html"> |
-<meta name="flags" content="ahem"> |
+<title>Circle shape-outside on floats with percentage radius</title> |
<style> |
.container { |
font: 40px/1 Ahem, sans-serif; |
@@ -21,7 +16,7 @@ |
width: 80px; |
height: 40px; |
background-color: green; |
- shape-outside: circle(50%, 50%, 50%); /* cx,cy,radius */ |
+ -webkit-shape-outside: circle(50% at 50% 50%) content-box; |
} |
</style> |