Index: third_party/WebKit/LayoutTests/fast/images/percentage-height-image-with-auto-height-container-computes-as-percentage.html |
diff --git a/third_party/WebKit/LayoutTests/fast/images/percentage-height-image-with-auto-height-container-computes-as-percentage.html b/third_party/WebKit/LayoutTests/fast/images/percentage-height-image-with-auto-height-container-computes-as-percentage.html |
deleted file mode 100644 |
index e62da986255cb6c3f94fde6bf9013a0cece29d38..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/images/percentage-height-image-with-auto-height-container-computes-as-percentage.html |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-<!DOCTYPE html> |
-<style> |
-img { |
- height:100%; |
- max-height:50px; |
-} |
-</style> |
-<p>crbug.com/396717: An image with a percentage height in an auto height container does not treat the height as auto.</p> |
-<img src="resources/lenna.png" /> |