Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-003.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-003.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-003.html |
index 51a09190b77ae414ed2b9945d9973e014b20b591..9d622c510f0ccd2a70dfbce80a37c3bf08bde4a1 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-003.html |
@@ -1,15 +1,10 @@ |
<!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 default position and radius</title> |
<style> |
.container { |
font: 40px/1 Ahem, sans-serif; |
line-height: 40px; |
- width: 110px; |
+ width: 100px; |
height: 40px; |
overflow: hidden; |
white-space: nowrap; |
@@ -21,7 +16,7 @@ |
width: 80px; |
height: 40px; |
background-color: green; |
- shape-outside: circle(50%, 50%, 50%); /* cx,cy,radius */ |
+ -webkit-shape-outside: circle(); |
} |
</style> |