Index: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/inset/shape-outside-inset-015-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent-expected.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/inset/shape-outside-inset-015-expected.html |
similarity index 65% |
copy from LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent-expected.html |
copy to LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/inset/shape-outside-inset-015-expected.html |
index de7abf91b5dc641c22e930961379934b1e46de58..8e2a5fae12de6df57903ccdaf878c94417667ae2 100644 |
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent-expected.html |
+++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/inset/shape-outside-inset-015-expected.html |
@@ -2,20 +2,18 @@ |
<html> |
<head> |
<title>CSS Reference File</title> |
+ <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"> |
</head> |
<style> |
- #green-square { |
- position: absolute; |
- left: 25px; |
- top: 50px; |
+ #shape { |
+ margin-left: 25px; |
width: 200px; |
height: 200px; |
background-color: green; |
- color: green; |
} |
</style> |
<body> |
<p>The test passes if there is a green square and no red.</p> |
- <div id="green-square"></div> |
+ <div id="shape"></div> |
</body> |
</html> |