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

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

Issue 2816313002: Treat cells with percent height as auto if their container depends on content height (Closed)
Patch Set: bug 687551 Created 3 years, 8 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/fast/table/percent-height-content-in-percent-height-cell-with-height-from-row-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-percent-height-cell-with-height-from-row.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-percent-height-cell-with-height-from-row.html b/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-percent-height-cell-with-height-from-row.html
index f0873da4d0b2ed7c69ed769a539a4aad47a601a6..3f862aeba001b91adb0752138b2ea2b0537366af 100644
--- a/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-percent-height-cell-with-height-from-row.html
+++ b/third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-percent-height-cell-with-height-from-row.html
@@ -10,25 +10,25 @@
width: 100%;
}
</style>
-<p>crbug.com/637811: There should be a green box below.</p>
+<p>crbug.com/637811: There should be no box below.</p>
<table style="width: 100px;">
<tr>
<td>
<div style="height: 50px; width: 50px;"></div>
</td>
<td class="full">
- <table id="test" class="full" data-expected-height=50 data-expected-width=40></table>
+ <table id="test" class="full" data-expected-height=0 data-expected-width=40></table>
</td>
</tr>
</table>
-<p>crbug.com/637811: There should be a green box below.</p>
+<p>crbug.com/637811: There should be no box below.</p>
<table style="width: 100px;">
<tr>
<td>
<div style="height: 50px; width: 50px;"></div>
</td>
<td class="full">
- <div id="test" class="full" data-expected-height=50 data-expected-width=40></div>
+ <div id="test" class="full" data-expected-height=0 data-expected-width=40></div>
</td>
</tr>
</table>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/table/percent-height-content-in-percent-height-cell-with-height-from-row-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698