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

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

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.htm
diff --git a/LayoutTests/fast/css/vertical-align-baseline-rowspan-007.htm b/LayoutTests/fast/css/vertical-align-baseline-rowspan-007.htm
index facc63f54555e6db97450ae9f8c56e03b4a102ce..07d18b2c79022865a1ea6337cd74ba8b13fc689f 100644
--- a/LayoutTests/fast/css/vertical-align-baseline-rowspan-007.htm
+++ b/LayoutTests/fast/css/vertical-align-baseline-rowspan-007.htm
@@ -28,7 +28,7 @@
<!-- The row-spanning cell is the only one with a baseline. It should be baseline-aligned on the first row that it spans
and as it is the same height as the other cells in the row, it sets the baseline for the row. This is unaffected by
the total height of the rowspan (80px) -->
- <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>

Powered by Google App Engine
This is Rietveld 408576698