Index: third_party/WebKit/LayoutTests/fast/table/percent-height-border-box-content-in-cell.html |
diff --git a/third_party/WebKit/LayoutTests/fast/table/percent-height-border-box-content-in-cell.html b/third_party/WebKit/LayoutTests/fast/table/percent-height-border-box-content-in-cell.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9fc9fdbc0f1409f8150b23b78ec8b39ed9095519 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/table/percent-height-border-box-content-in-cell.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<style> |
+.cell { display:table-cell; } |
+.button { height: 100%; font: 20px Ahem;} |
+</style> |
+<div class="cell"> |
+ <button type="button" class="button" id="button">Text</button> |
+</div> |
+<p> crbug.com/669687: Percent height border-box replaced content in a cell gets the correct height. </p> |