Chromium Code Reviews| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants-expected.html |
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants-expected.html |
| deleted file mode 100644 |
| index 44d3f57e90d02917e7276f7af7ebcd7afed3b125..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants-expected.html |
| +++ /dev/null |
| @@ -1,15 +0,0 @@ |
| -<html> |
| -<head> |
| -<style> |
| -div, video { |
| - float: left; |
| - width: 500px; |
| - height: 500px; |
| -} |
| -</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> |