Index: LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants.html |
deleted file mode 100644 |
index 1fc0f8ab0317ace1c355b2d62f74e22db15744c1..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<html> |
-<head> |
-<style> |
-div, video { |
- float: left; |
- width: 500px; |
- height: 500px; |
-} |
-div { |
- shape-inside: polygon(0 0, 100% 0, 100% 100%, 0 100%); |
-} |
-</style> |
-</head> |
-<body> |
-Descendants of non-block elements should ignore an ancestor's shape-inside. The video controls should render below ignoring the shape-inside. |
-<div><video controls></video></div> |
-</body> |
-</html> |