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 |