Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Unified Diff: third_party/WebKit/LayoutTests/fast/table/percent-height-border-box-content-in-cell.html

Issue 2535173006: Percent height border-box content should get correct height in percent height cells (Closed)
Patch Set: bug 669867 Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698