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

Unified Diff: LayoutTests/fast/table/fixed-widths-exceed-available.html

Issue 988443003: Don't add artifical 1 pixel width to empty tables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 6 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: LayoutTests/fast/table/fixed-widths-exceed-available.html
diff --git a/LayoutTests/fast/table/fixed-widths-exceed-available.html b/LayoutTests/fast/table/fixed-widths-exceed-available.html
index 3b4e102e4242e91d8a35b8200547b829ca83c3cd..10663e6c29dbfce7302d6cf2828354e78fcada60 100644
--- a/LayoutTests/fast/table/fixed-widths-exceed-available.html
+++ b/LayoutTests/fast/table/fixed-widths-exceed-available.html
@@ -7,8 +7,8 @@
</style>
<script src="../../resources/check-layout.js"></script>
<table>
- <td id="green" data-expected-width=124><div></div></td>
- <td id="blue" data-expected-width=76><div></div></td>
+ <td id="green" data-expected-width=125><div></div></td>
+ <td id="blue" data-expected-width=75><div></div></td>
</table>
<p> crbug.com/476370: Test cells get appropriate width when fixed width cells overallocated. </p>
<div id="console"></div>
« no previous file with comments | « LayoutTests/fast/table/empty-cells-spread-expected.txt ('k') | LayoutTests/fast/table/large-shrink-wrapped-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698