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

Unified Diff: LayoutTests/fast/table/large-shrink-wrapped-width.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/large-shrink-wrapped-width.html
diff --git a/LayoutTests/fast/table/large-shrink-wrapped-width.html b/LayoutTests/fast/table/large-shrink-wrapped-width.html
index 9969e9b5f96ea57f25ad8f2a29921dd1303adfd2..923b9d61808027c027047badfff1d81a43595d04 100644
--- a/LayoutTests/fast/table/large-shrink-wrapped-width.html
+++ b/LayoutTests/fast/table/large-shrink-wrapped-width.html
@@ -28,7 +28,7 @@ table {
<div class="container">
<!-- The 1 px extra is from the align=right td. -->
- <table data-expected-width=20001>
+ <table data-expected-width=20000>
<td align=right></td>
<td width="100%">
<div class="child" style="width: 10000px"></div><div class="child" style="width: 10000px"></div>
@@ -38,7 +38,7 @@ table {
<div class="container">
<!-- The 1 px extra is from the align=right td. -->
- <table data-expected-width=1000001>
+ <table data-expected-width=1000000>
<td align=right></td>
<td width="100%">
<div class="child" style="width: 500000px"></div><div class="child" style="width: 500000px"></div>
@@ -48,7 +48,7 @@ table {
<div class="container">
<!-- The 1 px extra is from the align=right td. -->
- <table data-expected-width=1500001>
+ <table data-expected-width=1500000>
<td align=right></td>
<td width="100%">
<div class="child" style="width: 500000px"></div><div class="child" style="width: 500000px"></div><div class="child" style="width: 500000px"></div>
« no previous file with comments | « LayoutTests/fast/table/fixed-widths-exceed-available.html ('k') | LayoutTests/fast/table/table-cell-split-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698