Index: LayoutTests/fast/replaced/max-height-percentage-quirks.html |
diff --git a/LayoutTests/fast/replaced/max-height-percentage-quirks.html b/LayoutTests/fast/replaced/max-height-percentage-quirks.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..36875e156fe83a72cd89280e5bfc26a0e719f765 |
--- /dev/null |
+++ b/LayoutTests/fast/replaced/max-height-percentage-quirks.html |
@@ -0,0 +1,8 @@ |
+<style> |
+ div#parent {height: 0px;} |
+ img {max-height: 100%;} |
+</style> |
+<p>Test passes if there is a filled blue square.</p> |
+<div id="parent"> |
+ <div id="child"><img src="resources/square-blue-100x100.png"></div> |
+</div> |