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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-intrinsic-dimensions/height-css-tables-expected.html

Issue 2692083002: Avoid unnecessary cell layout on nested percent height tables (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css-intrinsic-dimensions/height-css-tables-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-intrinsic-dimensions/height-css-tables-expected.html b/third_party/WebKit/LayoutTests/fast/css-intrinsic-dimensions/height-css-tables-expected.html
index 5f4d437aaa2953c379618a9fec8e97f4091a1bf0..1e3c7f21acf55653f833cfd26423d66160f450f8 100644
--- a/third_party/WebKit/LayoutTests/fast/css-intrinsic-dimensions/height-css-tables-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/css-intrinsic-dimensions/height-css-tables-expected.html
@@ -28,9 +28,10 @@
</div>
</div>
-
-<div class="table container" style="display: block; float: left; height: 98px;">
- <div class="td" style="height: 90px;" style="display: block;">
+<!-- crbug.com/690087: We use 99px instead of 100px because we end up discarding 1px when trying
+ to allocate the spare pixels to the table. -->
+<div class="table container" style="display: block; float: left; height: 99px;">
+ <div class="td" style="height: 91px;" style="display: block;">
<div class="item"></div>
</div>
</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698