Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-000-expected.html |
diff --git a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-000-expected.html |
similarity index 75% |
copy from LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html |
copy to LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-000-expected.html |
index 1d64ef7ed9b22bd970284c7ce1a06b87a60dbd5c..9e334c8eda135c9bf212ae3dc9a2c6ccf110d379 100644 |
--- a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html |
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-circle-000-expected.html |
@@ -1,15 +1,11 @@ |
<!DOCTYPE html> |
-<title>shape-outside-floats-circle-000-reference.html</title> |
-<link rel="author" title="Adobe" href="http://html.adobe.com/"> |
-<link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com"> |
-<meta name="flags" content="ahem dom"> |
<style> |
.container { |
position: relative; |
font: 20px/1 Ahem, sans-serif; |
width: 500px; |
- height: 200px; |
- border: 1px solid black; |
+ height: 200px; |
+ border: 1px solid black; |
} |
.circle { |
@@ -49,7 +45,7 @@ |
<p>The black squares should trace the right side of the circle's blue outline.</p> |
<div class="container"> |
X<br/> |
- <div id="left-circle-outline" class="circle"></div> |
+ <div id="left-circle-outline" class="circle"></div> |
<!-- generated left-rounded-rect-float-line divs will be inserted here --> |
X<br/> |
X<br/> |
@@ -78,12 +74,12 @@ X<br/> |
X |
</div> |
-<script src="resources/rounded-rectangle.js"></script> |
-<script src="resources/subpixel-utils.js"></script> |
+<script src="../resources/rounded-rectangle.js"></script> |
+<script src="../resources/subpixel-utils.js"></script> |
<script> |
genLeftRightRoundedRectFloatShapeOutsideRefTest({ |
roundedRect: {x: 0, y: 20, width: 160, height: 160, rx: 80, ry: 80}, |
- containerWidth: 500, |
+ containerWidth: 500, |
containerHeight: 200, |
lineHeight: 20, |
floatElementClassSuffix: "circle-float-line", |