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