Index: LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical.html |
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical.html |
deleted file mode 100644 |
index 02042f8c8b8ce3539b54f39c80b70a964bf049bd..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<!doctype html> |
-<html> |
-<head> |
-<style> |
-body { |
- -webkit-writing-mode: vertical-rl; |
-} |
-.logo { |
- width: 6em; |
- height: 6em; |
- background-color: gray; |
- float: left; |
- shape-outside: inset(0px 1em 0px 0px); |
-} |
-p { overflow: hidden; margin-top: 3em; } |
-</style> |
-</head> |
-<body> |
-<div class="logo"></div> |
-<p>This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box.</p> |
-</body> |
-</html> |