Index: LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html |
diff --git a/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html b/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html |
index afdf02aed8a7604a12da9e5a1594ce195812a67d..a2e734ef33741f782847168d6c04a609bd63df1d 100644 |
--- a/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html |
+++ b/LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-circle-000-expected.html |
@@ -1,5 +1,6 @@ |
<!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> |
@@ -20,12 +21,14 @@ |
#left-circle-outline { |
position: absolute; |
+ z-index: -1; |
top: 20px; |
left: 0px; |
} |
#right-circle-outline { |
position: absolute; |
+ z-index: -1; |
top: 20px; |
right: 0px; |
} |