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

Unified Diff: LayoutTests/fast/table/table-rowspan-wrong-height-with-only-spanning-cells-expected.txt

Issue 596823002: Tables with specific merge cell configuration render with extra height to tr elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years 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/table-rowspan-wrong-height-with-only-spanning-cells-expected.txt
diff --git a/LayoutTests/fast/table/table-rowspan-wrong-height-with-only-spanning-cells-expected.txt b/LayoutTests/fast/table/table-rowspan-wrong-height-with-only-spanning-cells-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bfe733f2d47ae4a525b4e183b58c3fd3c5d80961
--- /dev/null
+++ b/LayoutTests/fast/table/table-rowspan-wrong-height-with-only-spanning-cells-expected.txt
@@ -0,0 +1,14 @@
+Test for chromium bug : 396655. Tables with specific merge cell configuration render with extra height to tr elements.
+
+We have the below table. Because cell A and cell D overlap in the second row, the height of the second row is the 1px difference between A and B and the 1px difference between C and D.
+
++-----+-----+
+| | B |
+| A +-----+
+| | |
++-----+ D |
+| C | |
++-----+-----+
+PASS
+PASS
+PASS

Powered by Google App Engine
This is Rietveld 408576698