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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/table/table-colgroup-present-after-table-row-expected.txt
diff --git a/LayoutTests/fast/table/table-colgroup-present-after-table-row-expected.txt b/LayoutTests/fast/table/table-colgroup-present-after-table-row-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..232ccec6967cf0171906f505db01d2936fb18c69
--- /dev/null
+++ b/LayoutTests/fast/table/table-colgroup-present-after-table-row-expected.txt
@@ -0,0 +1,14 @@
+Test for chromium bug : 305169. <colgroup> is ignored if seen after <tr>.
+
+Columns width are not based on width specified in colGroup becuase colGroup is present after table row and we was supporting it only when colGroup is present at the start in table.
+
+First
+PASS
+Col-1
+PASS
+Col-2
+PASS
+Col-3
+PASS
+Col-4
+PASS

Powered by Google App Engine
This is Rietveld 408576698