| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e62da986255cb6c3f94fde6bf9013a0cece29d38
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/percentage-height-image-with-auto-height-container-computes-as-percentage.html
|
| @@ -0,0 +1,9 @@
|
| +<!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" />
|
|
|