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

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

Issue 2148513002: Calculate border-box dimensions correctly for cells (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@619509-2
Patch Set: bug 627305 Created 4 years, 5 months 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-content-in-fixed-height-cell.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-fixed-height-cell.html b/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-fixed-height-cell.html
index 9e4290a4c150f9fe5f78a3e08462bf8207f8e01f..0333e6f72ec7df5ffd97478ec125e67728b2a7e8 100644
--- a/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-fixed-height-cell.html
+++ b/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-fixed-height-cell.html
@@ -25,7 +25,7 @@ td {
</style>
<table>
<td class="cell-specified-height">
- <div class="container" data-expected-height=202>
+ <div class="container" data-expected-height=204>
<div class="content"></div>
</div>
</td>

Powered by Google App Engine
This is Rietveld 408576698