Index: LayoutTests/fast/table/percent-height-inside-anonymous-cell.html |
diff --git a/LayoutTests/fast/table/percent-height-inside-anonymous-cell.html b/LayoutTests/fast/table/percent-height-inside-anonymous-cell.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0a7ecf81b42067c65e9439f453906388db23b3e4 |
--- /dev/null |
+++ b/LayoutTests/fast/table/percent-height-inside-anonymous-cell.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE html> |
+<script src="../../resources/check-layout.js"></script> |
+<p>There should be a papayawhip-colored square below.</p> |
+<div id="table" style="display:table; height:10px; background:papayawhip;" data-expected-height="100"> |
+ <div style="height:100%;"> |
+ <div style="width:100px; height:100px;"></div> |
+ </div> |
+</div> |
+<script> |
+ checkLayout("#table"); |
+</script> |