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

Unified Diff: LayoutTests/fast/css/vertical-align-baseline-rowspan-007-expected.html

Issue 18553003: Add a runtime flag for distributing extra logical height to rowspans (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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/css/vertical-align-baseline-rowspan-007-expected.html
diff --git a/LayoutTests/fast/css/vertical-align-baseline-rowspan-007-expected.html b/LayoutTests/fast/css/vertical-align-baseline-rowspan-007-expected.html
index 06503e6247344f6eebd2f48ff028ac5e2fc10e35..d2b6a145d586d1ce49279c6d2e7f12e216adb342 100644
--- a/LayoutTests/fast/css/vertical-align-baseline-rowspan-007-expected.html
+++ b/LayoutTests/fast/css/vertical-align-baseline-rowspan-007-expected.html
@@ -7,10 +7,7 @@
<style type="text/css">
td
{
- height:28px;
- }
- #second
- {
+ height:10px;
vertical-align: baseline;
}
#small
@@ -21,13 +18,13 @@
</style>
</head>
<body>
- <p>Test passes if the bottom of first and last black boxes is aligned.</p>
+ <p>Test passes if the bottom of the black boxes is aligned.</p>
<table>
<tr>
<td>
<div id="small">Text</div>
</td>
- <td id="second">
+ <td>
<div id="small">Text</div>
</td>
<td>

Powered by Google App Engine
This is Rietveld 408576698