Index: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html |
deleted file mode 100644 |
index a0b7f24d93fd2114a4fd22dfe2433d14f5599050..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html |
+++ /dev/null |
@@ -1,59 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
-.shape-container { |
- position: relative; |
- width: 400px; |
- height: 200px; |
- margin: 10px; |
-} |
- |
-.shape-background { |
- position: absolute; |
- left: 0px; |
- top: 0px; |
- width: 400px; |
- height: 200px; |
- border-radius: 50px / 50px; |
- background-color: rgb(200,200,200); |
-} |
- |
-.shape-inside-vertical-rl { |
- position: absolute; |
- top: 0px; |
- left: 0px; |
- width: 400px; |
- height: 200px; |
- -webkit-writing-mode: vertical-rl; |
- font: 50px/1 Ahem, sans-serif; |
- color: green; |
-} |
- |
-.shape-inside-vertical-lr { |
- position: absolute; |
- top: 0px; |
- left: 0px; |
- width: 400px; |
- height: 200px; |
- -webkit-writing-mode: vertical-lr; |
- font: 50px/1 Ahem, sans-serif; |
- color: green; |
-} |
-</style> |
-</head> |
-<body> |
-<p>The green rectangle should appear just to the left of the grey rounded rectangle's upper corners.</p> |
-<div class="shape-container"> |
- <div class="shape-background"></div> |
- <div class="shape-inside-vertical-rl"><br/>XXXX</div> |
-</div> |
-</p> |
- |
-<p>The green rectangle should appear just to the left of the grey rounded rectangle's upper corners.</p> |
-<div class="shape-container"> |
- <div class="shape-background"></div> |
- <div class="shape-inside-vertical-lr"><br/>XXXX</div> |
-</div> |
-</body> |
-</html> |