Index: LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-stacked-000-expected.html |
diff --git a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-stacked-000-expected.html b/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-stacked-000-expected.html |
deleted file mode 100644 |
index 8ff868cc61c18be16711d44b904cb4ff04357750..0000000000000000000000000000000000000000 |
--- a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-stacked-000-expected.html |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-<!DOCTYPE html> |
-<title>CSS RefTest Reference</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"> |
-<style> |
-.container { |
- width: 300px; |
- height: 100px; |
- background-color: green; |
- margin-bottom: 50px; |
-} |
-</style> |
-<body> |
- <p>You should see two green rectanges. There should be no red.</p> |
- <div class="container"> |
- </div> |
- <div class="container"> |
- </div> |
-</body> |