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

Unified Diff: LayoutTests/fast/table/baseline-align-rowspan-expected.txt

Issue 14105010: Fix the rows' height computation with vertical-align: baseline and rowspan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Same as #1 but with the expected file Created 7 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 | « LayoutTests/fast/table/baseline-align-rowspan.html ('k') | Source/core/rendering/RenderTableSection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/table/baseline-align-rowspan-expected.txt
diff --git a/LayoutTests/fast/table/baseline-align-rowspan-expected.txt b/LayoutTests/fast/table/baseline-align-rowspan-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c82210040c340a51c4eb70669ad36d5ed6e53847
--- /dev/null
+++ b/LayoutTests/fast/table/baseline-align-rowspan-expected.txt
@@ -0,0 +1,15 @@
+This test checks that baseline aligned cells with rowspan don't artificially grow the row's height.
+
+For this test to pass, there should be 2 PASS.
+
+This first sentence should be baseline aligned and there should be no gap below.
+PASS
+This second
+
+be baseline
+
+sentence should also
+
+aligned across the rowspan.
+
+PASS
« no previous file with comments | « LayoutTests/fast/table/baseline-align-rowspan.html ('k') | Source/core/rendering/RenderTableSection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698