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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test for chromium bug : 396655. Tables with specific merge cell configuration re nder with extra height to tr elements.
2
3 We have the below table. Because cell A and cell D overlap in the second row, th e height of the second row is the 1px difference between A and B and the 1px dif ference between C and D.
4
5 +-----+-----+
6 | | B |
7 | A +-----+
8 | | |
9 +-----+ D |
10 | C | |
11 +-----+-----+
12 PASS
13 PASS
14 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698