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

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

Issue 2564123002: Run spellchecker on fast/table tests. (Closed)
Patch Set: rebaseline-cl Created 4 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
1 Test for chromium bug : 305169. <colgroup> is ignored if seen after <tr>. 1 Test for chromium bug : 305169. <colgroup> is ignored if seen after <tr>.
2 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. 3 Columns width are not based on width specified in colGroup because colGroup is p resent after table row and we was supporting it only when colGroup is present at the start in table.
4 4
5 First 5 First
6 PASS 6 PASS
7 Col-1 7 Col-1
8 PASS 8 PASS
9 Col-2 9 Col-2
10 PASS 10 PASS
11 Col-3 11 Col-3
12 PASS 12 PASS
13 Col-4 13 Col-4
14 PASS 14 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698