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

Side by Side Diff: LayoutTests/fast/table/table-colgroup-present-after-table-row-expected.txt

Issue 26360003: Not able to set width using ColGroup in the table. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments addressed Created 7 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test for chromium bug : 305169. <colgroup> is ignored if seen after <tr>.
2
3 Columns width are not based on width specified in colGroup becuase colGroup is p resent after table row and we was supporting it only when colGroup is present at the start in table.
4
5 First
6 PASS
7 Col-1
8 PASS
9 Col-2
10 PASS
11 Col-3
12 PASS
13 Col-4
14 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698